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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv30.c176 int cur_cbp, left_cbp = 0; local
177 cur_cbp = (r->cbp_chroma[mb_pos] >> (k*4)) & 0xF;
185 if(cur_cbp && (1 << ij))
189 else if( i && cur_cbp & (1 << (ij - 1)))
218 int cur_cbp, top_cbp = 0; local
219 cur_cbp = (r->cbp_chroma[mb_pos] >> (k*4)) & 0xF;
231 else if( j && cur_cbp & (1 << (ij - 2)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv30.c189 int cur_cbp, left_cbp = 0; local
190 cur_cbp = (r->cbp_chroma[mb_pos] >> (k*4)) & 0xF;
198 if (cur_cbp & (1 << ij))
202 else if( i && cur_cbp & (1 << (ij - 1)))
231 int cur_cbp, top_cbp = 0; local
232 cur_cbp = (r->cbp_chroma[mb_pos] >> (k*4)) & 0xF;
244 else if( j && cur_cbp & (1 << (ij - 2)))

Completed in 37 milliseconds