예제 #1
0
파일: mapping.c 프로젝트: ClementGGuy/orcc
int needMapping() {
    return get_partialNumPicturesDecoded() > nbProfiledFrames && need_remap && nbThreads > 1;
}
예제 #2
0
파일: mapping.c 프로젝트: JamesGuthrie/orcc
int needMapping() {
    return get_partialNumPicturesDecoded() > opt->nbProfiledFrames && need_remap && opt->enable_dynamic_mapping;
}