Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dasv.c97 a->mb_width2 = (avctx->width + 0) / 16; in ff_asv_common_init()
Dasv.h55 int mb_width2; member
Dasvdec.c247 for (mb_x = 0; mb_x < a->mb_width2; mb_x++) { in decode_frame()
255 if (a->mb_width2 != a->mb_width) { in decode_frame()
256 mb_x = a->mb_width2; in decode_frame()
Dasvenc.c265 for (mb_x = 0; mb_x < a->mb_width2; mb_x++) { in encode_frame()
271 if (a->mb_width2 != a->mb_width) { in encode_frame()
272 mb_x = a->mb_width2; in encode_frame()