Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c197 int y_superblock_width; member
389 : s->y_superblock_width; in init_block_mapping()
741 int sb_width = plane ? s->c_superblock_width : s->y_superblock_width; in vp4_unpack_macroblocks()
819 for (sb_x = 0; sb_x < s->y_superblock_width; sb_x++) { in unpack_modes()
927 for (sb_x = 0; sb_x < s->y_superblock_width; sb_x++) { in unpack_vectors()
2095 : s->y_superblock_width; in render_slice()
2295 s->dc_pred_row = av_malloc_array(s->y_superblock_width * 4, sizeof(*s->dc_pred_row)); in allocate_tables()
2371 s->y_superblock_width = (s->width + 31) / 32; in vp3_decode_init()
2373 s->y_superblock_count = s->y_superblock_width * s->y_superblock_height; in vp3_decode_init()