Searched refs:IS_INTRA4x4 (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h71 #define IS_INTRA4x4(a) ((a) & MB_TYPE_INTRA4x4) macro
H A Dh264_mvpred.h504 if (IS_INTRA4x4(mb_type)) {
505 if (IS_INTRA4x4(top_type)) {
514 if (IS_INTRA4x4(left_type[LEFT(i)])) {
H A Dh264_cavlc.c801 if(IS_INTRA4x4(mb_type)){
1065 if(IS_INTRA4x4(mb_type)) cbp= golomb_to_intra4x4_cbp[cbp];
1072 if(IS_INTRA4x4(mb_type)) cbp= golomb_to_intra4x4_cbp_gray[cbp];
H A Dh264_mb.c620 if (IS_INTRA4x4(mb_type)) {
738 if (!IS_INTRA4x4(mb_type)) {
H A Dh261dec.c395 s->mb_intra = IS_INTRA4x4(h->mtype);
H A Dsvq3.c688 if (!IS_INTRA4x4(mb_type)) {
726 const int type = ((h->qscale < 24 && IS_INTRA4x4(mb_type)) ? 2 : 1);
H A Dh264_cabac.c1378 /* No need to test for IS_INTRA4x4 and IS_INTRA16x16, as we set chroma_pred_mode_table to 0 */
2039 if( IS_INTRA4x4( mb_type ) ) {
H A Dmpegvideo.c2144 else if (IS_INTRA4x4(mb_type))
2325 } else if (IS_INTRA4x4(mb_type)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h477 if(IS_INTRA4x4(mb_type)){
478 if(IS_INTRA4x4(top_type)){
487 if(IS_INTRA4x4(left_type[LEFT(i)])){
H A Dh264_cavlc.c799 if(IS_INTRA4x4(mb_type)){
1063 if(IS_INTRA4x4(mb_type)) cbp= golomb_to_intra4x4_cbp[cbp];
1070 if(IS_INTRA4x4(mb_type)) cbp= golomb_to_intra4x4_cbp_gray[cbp];
H A Dh261dec.c296 s->mb_intra = IS_INTRA4x4(h->mtype);
H A Dmpegvideo.h96 #define IS_INTRA4x4(a) ((a)&MB_TYPE_INTRA4x4) macro
H A Dsvq3.c633 if (!IS_INTRA4x4(mb_type)) {
669 const int type = ((s->qscale < 24 && IS_INTRA4x4(mb_type)) ? 2 : 1);
H A Dh264_cabac.c1380 /* No need to test for IS_INTRA4x4 and IS_INTRA16x16, as we set chroma_pred_mode_table to 0 */
2026 if( IS_INTRA4x4( mb_type ) ) {
H A Dmpegvideo.c1561 else if (IS_INTRA4x4(mb_type))
1746 } else if (IS_INTRA4x4(mb_type)) {
H A Dh264.c1751 if(IS_INTRA4x4(mb_type)){
1852 if(!IS_INTRA4x4(mb_type)){

Completed in 162 milliseconds