Home
last modified time | relevance | path

Searched refs:mb_types (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dxvmc_bench.c60 unsigned int mb_types; member
76 config->mb_types = 0; in ParseArgs()
127 config->mb_types |= MB_TYPE_I; in ParseArgs()
129 config->mb_types |= MB_TYPE_P; in ParseArgs()
131 config->mb_types |= MB_TYPE_B; in ParseArgs()
175 if (!config->mb_types) in ParseArgs()
176 config->mb_types = MB_TYPE_I | MB_TYPE_P | MB_TYPE_B; in ParseArgs()
/third_party/ffmpeg/libavcodec/
H A Dh264_mvpred.h48 const int mb_type = mb_types[xy + (y4 >> 2) * h->mb_stride]; \ in fetch_diagonal_mv()
59 const uint32_t *mb_types = h->cur_pic_ptr->mb_type; in fetch_diagonal_mv() local

Completed in 3 milliseconds