Searched refs:MB_FIELD (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mb.c58 y_offset += 16 * (h->mb_y >> MB_FIELD(h));
225 const int pic_height = 16 * h->mb_height >> MB_FIELD(h);
285 if (chroma_idc == 1 /* yuv420 */ && MB_FIELD(h)) {
345 y_offset += 8 * (h->mb_y >> MB_FIELD(h));
398 y_offset += 8 * (h->mb_y >> MB_FIELD(h));
528 deblock_top = (h->mb_y > !!MB_FIELD(h));
H A Dh264_mvpred.h64 if (!MB_FIELD(h) && IS_INTERLACED(h->left_type[0])) {
68 if (MB_FIELD(h) && !IS_INTERLACED(h->left_type[0])) {
235 if (MB_FIELD(h)) { \
363 top_xy = mb_xy - (h->mb_stride << MB_FIELD(h));
764 if (MB_FIELD(h)) {
804 if (MB_FIELD(h))
H A Dh264_cabac.c1333 && MB_FIELD(h) == !!IS_INTERLACED( h->cur_pic.mb_type[mba_xy] ) )
1335 if (MB_FIELD(h)) {
1632 + significant_coeff_flag_offset[MB_FIELD(h)][cat];
1634 + last_coeff_flag_offset[MB_FIELD(h)][cat];
1654 const uint8_t *sig_off = significant_coeff_flag_offset_8x8[MB_FIELD(h)];
1929 fill_decode_neighbors(h, -(MB_FIELD(h)));
1993 if(MB_FIELD(h))
H A Dh264.h72 #define MB_FIELD(h) (h)->mb_field_decoding_flag macro
81 #define MB_FIELD(h) 0 macro
H A Dh264_mb_template.c69 if (!SIMPLE && MB_FIELD(h)) {
294 if (!SIMPLE && MB_FIELD(h)) {
H A Dh264_loopfilter.c744 const uint8_t *off= offset[MB_FIELD(h)][mb_y&1];
746 int j= MB_FIELD(h) ? i>>2 : i&1;
755 (h->cbp_table[mbn_xy] & (((MB_FIELD(h) ? (i&2) : (mb_y&1)) ? 8 : 2) << 12))
779 if (MB_FIELD(h)) {
H A Dh264_cavlc.c765 if(MB_FIELD(h))
H A Dh264_slice.c2095 top_xy = mb_xy - (h->mb_stride << MB_FIELD(h));
2266 if (MB_FIELD(h)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h64 if(!MB_FIELD
68 if(MB_FIELD
218 if(MB_FIELD){\
343 top_xy = mb_xy - (s->mb_stride << MB_FIELD);
727 if(MB_FIELD){
763 if(MB_FIELD)
H A Dh264_cabac.c1335 && MB_FIELD == !!IS_INTERLACED( s->current_picture.f.mb_type[mba_xy] ) )
1337 if( MB_FIELD ){
1638 + significant_coeff_flag_offset[MB_FIELD][cat];
1640 + last_coeff_flag_offset[MB_FIELD][cat];
1660 const uint8_t *sig_off = significant_coeff_flag_offset_8x8[MB_FIELD];
1915 fill_decode_neighbors(h, -(MB_FIELD));
1979 if(MB_FIELD)
H A Dh264.h63 #define MB_FIELD h->mb_field_decoding_flag macro
72 #define MB_FIELD 0 macro
H A Dh264_loopfilter.c750 const uint8_t *off= offset[MB_FIELD][mb_y&1];
752 int j= MB_FIELD ? i>>2 : i&1;
761 (h->cbp_table[mbn_xy] & (((MB_FIELD ? (i&2) : (mb_y&1)) ? 8 : 2) << 12))
785 if(MB_FIELD){
H A Dh264.c258 y_offset += 16*(s->mb_y >> MB_FIELD);
465 const int pic_height = 16*s->mb_height >> MB_FIELD;
514 if(chroma_idc == 1 /* yuv420 */ && MB_FIELD){
566 y_offset += 8*(s->mb_y >> MB_FIELD);
614 y_offset += 8*(s->mb_y >> MB_FIELD);
1669 deblock_top = (s->mb_y > !!MB_FIELD);
1922 if (!simple && MB_FIELD) {
2126 if (!simple && MB_FIELD) {
3439 top_xy = mb_xy - (s->mb_stride << MB_FIELD);
3586 if (MB_FIELD) {
[all...]
H A Dh264_cavlc.c760 if(MB_FIELD)

Completed in 86 milliseconds