Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dasv.h55 int mb_width2; member
H A Dasvdec.c248 for (mb_x = 0; mb_x < a->mb_width2; mb_x++) { in decode_frame()
256 if (a->mb_width2 != a->mb_width) { in decode_frame()
257 mb_x = a->mb_width2; in decode_frame()
H A Dasvenc.c268 for (mb_x = 0; mb_x < a->mb_width2; mb_x++) { in encode_frame()
274 if (a->mb_width2 != a->mb_width) { in encode_frame()
275 mb_x = a->mb_width2; in encode_frame()
H A Dasv.c97 a->mb_width2 = (avctx->width + 0) / 16; in ff_asv_common_init()

Completed in 3 milliseconds