Home
last modified time | relevance | path

Searched refs:fragment_height (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp3.c217 int fragment_height[2]; member
393 int frag_height = s->fragment_height[!!plane]; in init_block_mapping()
746 int fragment_height = s->fragment_height[!!plane]; in vp4_unpack_macroblocks() local
768 if (BLOCK_X >= fragment_width || BLOCK_Y >= fragment_height) in vp4_unpack_macroblocks()
1295 int fragment_height);
1329 reverse_dc_prediction(s, 0, s->fragment_width[0], s->fragment_height[0]); in unpack_dct_coeffs()
1344 s->fragment_width[1], s->fragment_height[1]); in unpack_dct_coeffs()
1346 s->fragment_width[1], s->fragment_height[1]); in unpack_dct_coeffs()
1523 base += s->fragment_width[!!plane] * s->fragment_height[!!plane]; in vp4_set_tokens_base()
1592 for (sb_y = 0; sb_y * 4 < s->fragment_height[!!plane]; sb_y++) { in vp4_unpack_dct_coeffs()
[all …]