Searched refs:is_b8x8 (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.c169 const int is_b8x8 = IS_8X8(*mb_type); local
218 if(!is_b8x8)
225 if(!is_b8x8)
230 if(!(is_b8x8|mv[0]|mv[1])){
265 && !is_b8x8){
276 if(!is_b8x8 && (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)){
278 }else if(!is_b8x8 && (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16))){
316 if(is_b8x8 && !IS_DIRECT(h->sub_mb_type[i8]))
338 if(!is_b8x8 && !(n&3))
366 if(is_b8x8
420 const int is_b8x8 = IS_8X8(*mb_type); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c168 const int is_b8x8 = IS_8X8(*mb_type); local
216 if(!is_b8x8)
223 if(!is_b8x8)
228 if(!(is_b8x8|mv[0]|mv[1])){
263 && !is_b8x8){
274 if(!is_b8x8 && (mb_type_col[0] & MB_TYPE_16x16_OR_INTRA)){
276 }else if(!is_b8x8 && (mb_type_col[0] & (MB_TYPE_16x8|MB_TYPE_8x16))){
314 if(is_b8x8 && !IS_DIRECT(h->sub_mb_type[i8]))
336 if(!is_b8x8 && !(n&3))
364 if(is_b8x8
419 const int is_b8x8 = IS_8X8(*mb_type); local
[all...]

Completed in 102 milliseconds