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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c166 int mb_type_col[2]; local
253 mb_type_col[0] = h->ref_list[1][0].mb_type[mb_xy];
254 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy + h->mb_stride];
257 if (IS_INTERLACED(mb_type_col[0]) != IS_INTERLACED(mb_type_col[1])) {
258 mb_type_col[0] &= ~MB_TYPE_INTERLACED;
259 mb_type_col[1] &= ~MB_TYPE_INTERLACED;
263 if( (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)
264 && (mb_type_col[1] & MB_TYPE_16x16_OR_INTRA)
272 mb_type_col[
417 int mb_type_col[2]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c165 int mb_type_col[2]; local
251 mb_type_col[0] = h->ref_list[1][0].f.mb_type[mb_xy];
252 mb_type_col[1] = h->ref_list[1][0].f.mb_type[mb_xy + s->mb_stride];
255 if (IS_INTERLACED(mb_type_col[0]) != IS_INTERLACED(mb_type_col[1])) {
256 mb_type_col[0] &= ~MB_TYPE_INTERLACED;
257 mb_type_col[1] &= ~MB_TYPE_INTERLACED;
261 if( (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)
262 && (mb_type_col[1] & MB_TYPE_16x16_OR_INTRA)
270 mb_type_col[
416 int mb_type_col[2]; local
[all...]

Completed in 59 milliseconds