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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c128 h->col_parity= (FFABS(col_poc[0] - cur_poc) >= FFABS(col_poc[1] - cur_poc));
129 ref1sidx=sidx= h->col_parity;
241 mb_y = (h->mb_y&~1) + h->col_parity;
242 mb_xy= h->mb_x + ((h->mb_y&~1) + h->col_parity)*h->mb_stride;
430 mb_y = (h->mb_y&~1) + h->col_parity;
431 mb_xy= h->mb_x + ((h->mb_y&~1) + h->col_parity)*h->mb_stride;
H A Dh264.h474 int col_parity; member in struct:H264Context
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c127 h->col_parity= (FFABS(col_poc[0] - cur_poc) >= FFABS(col_poc[1] - cur_poc));
128 ref1sidx=sidx= h->col_parity;
239 mb_y = (s->mb_y&~1) + h->col_parity;
240 mb_xy= s->mb_x + ((s->mb_y&~1) + h->col_parity)*s->mb_stride;
429 mb_y = (s->mb_y&~1) + h->col_parity;
430 mb_xy= s->mb_x + ((s->mb_y&~1) + h->col_parity)*s->mb_stride;
H A Dh264.h369 int col_parity; member in struct:H264Context

Completed in 72 milliseconds