コード例 #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;
}