Searched refs:p02 (Results 1 - 2 of 2) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_find_best_partitioning.cpp | 293 int p02 = popcount(a[0] ^ b[2]); in partition_mismatch3() local 313 int v2 = astc::min(s4, s5) + p02; in partition_mismatch3() 334 int p02 = popcount(a[0] ^ b[2]); in partition_mismatch4() local 361 int v2 = p02 + astc::min(p11 + mx03, p10 + mx13, p13 + mx01); in partition_mismatch4()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp56.c | 119 int p02, p34, p0234, p17, p56, p89, p5689, p156789; in vp56_parse_mb_type_models() local 127 p02 = p[0] + p[2]; in vp56_parse_mb_type_models() 129 p0234 = p02 + p34; in vp56_parse_mb_type_models() 137 model->mb_type[ctx][type][2] = 1 + 255 * p02 / (1+p0234); in vp56_parse_mb_type_models() 139 model->mb_type[ctx][type][4] = 1 + 255 * p[0] / (1+p02); in vp56_parse_mb_type_models()
|
Completed in 3 milliseconds