Searched refs:top_cbp (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv30.c218 int cur_cbp, top_cbp = 0; local
221 top_cbp = (r->cbp_chroma[mb_pos - s->mb_stride] >> (k*4)) & 0xF;
229 else if(!j && top_cbp & (1 << (ij + 2)))
H A Dh264_cabac.c1402 cbp_b = h->top_cbp;
1419 cbp_b = (h-> top_cbp>>4)&0x03;
1543 nzb = (h-> top_cbp>>(6+idx))&0x01;
1547 nzb = h-> top_cbp&(0x100<<idx);
H A Dh264_mvpred.h557 // top_cbp
559 h->top_cbp = h->cbp_table[top_xy];
561 h->top_cbp = IS_INTRA(mb_type) ? 0x7CF : 0x00F;
H A Dh264.h406 int top_cbp; member in struct:H264Context
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv30.c231 int cur_cbp, top_cbp = 0; local
234 top_cbp = (r->cbp_chroma[mb_pos - s->mb_stride] >> (k*4)) & 0xF;
242 else if(!j && top_cbp & (1 << (ij + 2)))
H A Dh264_cabac.c1400 cbp_b = h->top_cbp;
1417 cbp_b = (h-> top_cbp>>4)&0x03;
1541 nzb = (h-> top_cbp>>(6+idx))&0x01;
1545 nzb = h-> top_cbp&(0x100<<idx);
H A Dh264_mvpred.h584 // top_cbp
586 h->top_cbp = h->cbp_table[top_xy];
588 h->top_cbp = IS_INTRA(mb_type) ? 0x7CF : 0x00F;
H A Dh264.h512 int top_cbp; member in struct:H264Context

Completed in 116 milliseconds