Searched refs:mb_type_col (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264_direct.c148 int mb_type_col[2]; local
229 mb_type_col[0] = h->ref_list[1][0].mb_type[mb_xy];
230 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy + s->mb_stride];
235 if( (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)
236 && (mb_type_col[1] & MB_TYPE_16x16_OR_INTRA)
244 mb_type_col[0] =
245 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy];
248 if(!is_b8x8 && (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)){
250 }else if(!is_b8x8 && (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16))){
251 *mb_type |= MB_TYPE_DIRECT2 | (mb_type_col[
388 int mb_type_col[2]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264_direct.c148 int mb_type_col[2]; local
229 mb_type_col[0] = h->ref_list[1][0].mb_type[mb_xy];
230 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy + s->mb_stride];
235 if( (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)
236 && (mb_type_col[1] & MB_TYPE_16x16_OR_INTRA)
244 mb_type_col[0] =
245 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy];
248 if(!is_b8x8 && (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)){
250 }else if(!is_b8x8 && (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16))){
251 *mb_type |= MB_TYPE_DIRECT2 | (mb_type_col[
388 int mb_type_col[2]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264_direct.c148 int mb_type_col[2]; local
229 mb_type_col[0] = h->ref_list[1][0].mb_type[mb_xy];
230 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy + s->mb_stride];
235 if( (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)
236 && (mb_type_col[1] & MB_TYPE_16x16_OR_INTRA)
244 mb_type_col[0] =
245 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy];
248 if(!is_b8x8 && (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)){
250 }else if(!is_b8x8 && (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16))){
251 *mb_type |= MB_TYPE_DIRECT2 | (mb_type_col[
388 int mb_type_col[2]; local
[all...]

Completed in 112 milliseconds