Searched refs:part_sizes_h (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | rv34.c | 447 static const uint8_t part_sizes_h[RV34_MB_TYPES] = { 2, 2, 2, 1, 2, 2, 2, 2, 1, 2, 2, 2 }; variable 500 for(j = 0; j < part_sizes_h[block_type]; j++){ in rv34_pred_mv()
|