/third_party/ffmpeg/libavcodec/ |
D | h264_mc_template.c | 88 IS_DIR(mb_type, 0, 0), IS_DIR(mb_type, 0, 1)); in MCFUNC() 93 IS_DIR(mb_type, 0, 0), IS_DIR(mb_type, 0, 1)); in MCFUNC() 97 IS_DIR(mb_type, 1, 0), IS_DIR(mb_type, 1, 1)); in MCFUNC() 102 IS_DIR(mb_type, 0, 0), IS_DIR(mb_type, 0, 1)); in MCFUNC() 106 IS_DIR(mb_type, 1, 0), IS_DIR(mb_type, 1, 1)); in MCFUNC() 123 IS_DIR(sub_mb_type, 0, 0), IS_DIR(sub_mb_type, 0, 1)); in MCFUNC() 129 IS_DIR(sub_mb_type, 0, 0), IS_DIR(sub_mb_type, 0, 1)); in MCFUNC() 134 IS_DIR(sub_mb_type, 0, 0), IS_DIR(sub_mb_type, 0, 1)); in MCFUNC() 140 IS_DIR(sub_mb_type, 0, 0), IS_DIR(sub_mb_type, 0, 1)); in MCFUNC() 145 IS_DIR(sub_mb_type, 0, 0), IS_DIR(sub_mb_type, 0, 1)); in MCFUNC() [all …]
|
D | h264_mb.c | 108 IS_DIR(mb_type, 0, 0), IS_DIR(mb_type, 0, 1), nrefs); in await_references() 111 IS_DIR(mb_type, 0, 0), IS_DIR(mb_type, 0, 1), nrefs); in await_references() 113 IS_DIR(mb_type, 1, 0), IS_DIR(mb_type, 1, 1), nrefs); in await_references() 116 IS_DIR(mb_type, 0, 0), IS_DIR(mb_type, 0, 1), nrefs); in await_references() 118 IS_DIR(mb_type, 1, 0), IS_DIR(mb_type, 1, 1), nrefs); in await_references() 131 IS_DIR(sub_mb_type, 0, 0), in await_references() 132 IS_DIR(sub_mb_type, 0, 1), in await_references() 136 IS_DIR(sub_mb_type, 0, 0), in await_references() 137 IS_DIR(sub_mb_type, 0, 1), in await_references() 140 IS_DIR(sub_mb_type, 0, 0), in await_references() [all …]
|
D | h264_cavlc.c | 880 if(IS_DIR(sl->sub_mb_type[i], 0, list)){ in ff_h264_decode_mb_cavlc() 913 if(IS_DIR(sl->sub_mb_type[i], 0, list)){ in ff_h264_decode_mb_cavlc() 956 if(IS_DIR(mb_type, 0, list)){ in ff_h264_decode_mb_cavlc() 973 if(IS_DIR(mb_type, 0, list)){ in ff_h264_decode_mb_cavlc() 987 if(IS_DIR(mb_type, i, list)){ in ff_h264_decode_mb_cavlc() 1008 if(IS_DIR(mb_type, i, list)){ in ff_h264_decode_mb_cavlc() 1025 if(IS_DIR(mb_type, i, list)){ //FIXME optimize in ff_h264_decode_mb_cavlc() 1046 if(IS_DIR(mb_type, i, list)){ in ff_h264_decode_mb_cavlc()
|
D | h264_cabac.c | 2134 if(IS_DIR(sl->sub_mb_type[i], 0, list)){ in ff_h264_decode_mb_cabac() 2163 if(IS_DIR(sl->sub_mb_type[i], 0, list) && !IS_DIRECT(sl->sub_mb_type[i])){ in ff_h264_decode_mb_cabac() 2220 if(IS_DIR(mb_type, 0, list)){ in ff_h264_decode_mb_cabac() 2235 if(IS_DIR(mb_type, 0, list)){ in ff_h264_decode_mb_cabac() 2249 if(IS_DIR(mb_type, i, list)){ in ff_h264_decode_mb_cabac() 2267 if(IS_DIR(mb_type, i, list)){ in ff_h264_decode_mb_cabac() 2285 if(IS_DIR(mb_type, i, list)){ //FIXME optimize in ff_h264_decode_mb_cabac() 2303 if(IS_DIR(mb_type, i, list)){ in ff_h264_decode_mb_cabac()
|
D | mpegutils.h | 96 #define IS_DIR(a, part, list) ((a) & (MB_TYPE_P0L0 << ((part) + 2 * (list)))) macro
|
/third_party/openh264/codec/decoder/core/src/ |
D | parse_mb_syn_cavlc.cpp | 1374 if (IS_DIR (mbType, 0, listIdx)) { in ParseInterBInfo() 1381 if (IS_DIR (mbType, 0, listIdx)) { in ParseInterBInfo() 1407 if (IS_DIR (mbType, 0, listIdx)) { in ParseInterBInfo() 1423 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBInfo() 1432 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBInfo() 1464 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBInfo() 1483 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBInfo() 1492 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBInfo() 1522 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBInfo() 1594 bool is_dir = IS_DIR (pCurDqLayer->pSubMbType[iMbXy][i], 0, listIdx) > 0; in ParseInterBInfo() [all …]
|
D | parse_mb_syn_cabac.cpp | 767 if (IS_DIR (mbType, 0, listIdx)) { in ParseInterBMotionInfoCabac() 787 if (IS_DIR (mbType, 0, listIdx)) { in ParseInterBMotionInfoCabac() 806 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBMotionInfoCabac() 831 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBMotionInfoCabac() 851 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBMotionInfoCabac() 876 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBMotionInfoCabac() 986 if (IS_DIR (subMbType, 0, listIdx)) { in ParseInterBMotionInfoCabac() 1023 bool is_dir = IS_DIR (subMbType, 0, listIdx) > 0; in ParseInterBMotionInfoCabac()
|
D | rec_mb.cpp | 743 if (IS_DIR (iMBType, i, listIdx)) { in GetInterBPred() 788 if (IS_DIR (iMBType, i, listIdx)) { in GetInterBPred()
|
/third_party/openh264/codec/common/inc/ |
D | wels_common_defs.h | 312 #define IS_DIR(a, part, list) ((a) & (MB_TYPE_P0L0<<((part)+2*(list)))) macro
|