/external/libaom/libaom/av1/common/ |
D | common_data.h | 79 BLOCK_INVALID, BLOCK_4X8, BLOCK_8X16, 91 BLOCK_INVALID, BLOCK_4X8, BLOCK_8X16, 94 BLOCK_INVALID, BLOCK_4X8, BLOCK_8X16, 276 BLOCK_4X8, // TX_4X8 371 { { BLOCK_4X8, BLOCK_4X4 }, { BLOCK_INVALID, BLOCK_4X4 } }, 373 { { BLOCK_8X8, BLOCK_8X4 }, { BLOCK_4X8, BLOCK_4X4 } }, 374 { { BLOCK_8X16, BLOCK_8X8 }, { BLOCK_INVALID, BLOCK_4X8 } }, 386 { { BLOCK_4X16, BLOCK_4X8 }, { BLOCK_INVALID, BLOCK_4X8 } },
|
D | cdef_block.c | 122 for (i = 0; i < 4 << (bsize == BLOCK_8X8 || bsize == BLOCK_4X8); i++) { in cdef_filter_block_c() 192 ydec ? (xdec ? BLOCK_4X4 : BLOCK_8X4) : (xdec ? BLOCK_4X8 : BLOCK_8X8); in cdef_filter_fb()
|
D | onyxc_int.h | 937 bs = BLOCK_4X8; in scale_chroma_bsize() 939 case BLOCK_4X8: in scale_chroma_bsize() 945 bs = BLOCK_4X8; in scale_chroma_bsize()
|
D | enums.h | 103 BLOCK_4X8, enumerator
|
D | reconinter.c | 786 case BLOCK_4X8: return 1; break; in av1_skip_u4x4_pred_in_obmc() 790 case BLOCK_4X8: return dir == 0; break; in av1_skip_u4x4_pred_in_obmc()
|
D | cdef_block_simd.h | 838 } else if (bsize == BLOCK_4X8) { in SIMD_FUNC() 862 } else if (bsize == BLOCK_4X8) { in SIMD_FUNC()
|
/external/libaom/libaom/test/ |
D | cdef_test.cc | 299 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 311 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 324 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 337 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 350 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 364 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 377 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 390 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 403 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 416 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
|
D | blockd_test.cc | 41 BLOCK_INVALID, BLOCK_INVALID, BLOCK_4X8, in TEST() 77 BLOCK_INVALID, BLOCK_INVALID, BLOCK_4X8, in TEST() 86 BLOCK_INVALID, BLOCK_INVALID, BLOCK_4X8, in TEST()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.c | 73 BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, BLOCK_8X8, BLOCK_8X16, BLOCK_16X8, 81 BLOCK_INVALID, BLOCK_INVALID, BLOCK_INVALID, BLOCK_4X8, BLOCK_INVALID, 114 { { BLOCK_4X8, BLOCK_4X4 }, { BLOCK_INVALID, BLOCK_INVALID } }, 116 { { BLOCK_8X8, BLOCK_8X4 }, { BLOCK_4X8, BLOCK_4X4 } }, 117 { { BLOCK_8X16, BLOCK_8X8 }, { BLOCK_INVALID, BLOCK_4X8 } },
|
D | vp9_enums.h | 45 #define BLOCK_4X8 1 macro
|
D | vp9_reconinter.c | 162 assert(xd->mi[0]->sb_type != BLOCK_4X8 && in build_inter_predictors()
|
/external/libaom/libaom/av1/encoder/ |
D | pickcdef.c | 252 } else if (bsize == BLOCK_4X8) { in compute_cdef_dist() 353 : (xdec[pli] ? BLOCK_4X8 : BLOCK_8X8); in av1_cdef_search()
|
D | encoder.c | 1620 BLOCK_4X8, aom_highbd_sad4x8_bits8, aom_highbd_sad4x8_avg_bits8, 1684 HIGHBD_MBFP(BLOCK_4X8, aom_highbd_masked_sad4x8_bits8, 1741 HIGHBD_OBFP(BLOCK_4X8, aom_highbd_obmc_sad4x8_bits8, 1906 BLOCK_4X8, aom_highbd_sad4x8_bits10, aom_highbd_sad4x8_avg_bits10, 1972 HIGHBD_MBFP(BLOCK_4X8, aom_highbd_masked_sad4x8_bits10, 2029 HIGHBD_OBFP(BLOCK_4X8, aom_highbd_obmc_sad4x8_bits10, 2200 BLOCK_4X8, aom_highbd_sad4x8_bits12, aom_highbd_sad4x8_avg_bits12, 2266 HIGHBD_MBFP(BLOCK_4X8, aom_highbd_masked_sad4x8_bits12, 2323 HIGHBD_OBFP(BLOCK_4X8, aom_highbd_obmc_sad4x8_bits12, 2857 BFP(BLOCK_4X8, aom_sad4x8, aom_sad4x8_avg, aom_variance4x8, in av1_create_compressor() [all …]
|
D | rdopt.c | 737 if (bsize == BLOCK_4X4 || bsize == BLOCK_4X8 || bsize == BLOCK_8X4 || in inter_mode_data_block_idx() 7538 BLOCK_4X8, BLOCK_8X4, BLOCK_8X8, in estimate_wedge_sign()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 216 case BLOCK_4X8: in read_intra_frame_mode_info() 366 case BLOCK_4X8: in read_intra_block_mode_info()
|
D | vp9_decodeframe.c | 592 assert(xd->mi[0]->sb_type != BLOCK_4X8 && in dec_build_inter_predictors()
|
/external/libaom/libaom/examples/ |
D | inspect.c | 172 ENUM(BLOCK_4X4), ENUM(BLOCK_4X8), ENUM(BLOCK_8X4),
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 1665 BLOCK_4X8, vpx_highbd_sad4x8_bits8, vpx_highbd_sad4x8_avg_bits8, in MAKE_BFP_SADAVG_WRAPPER() 1742 HIGHBD_BFP(BLOCK_4X8, vpx_highbd_sad4x8_bits10, in MAKE_BFP_SADAVG_WRAPPER() 1823 HIGHBD_BFP(BLOCK_4X8, vpx_highbd_sad4x8_bits12, in MAKE_BFP_SADAVG_WRAPPER() 2427 BFP(BLOCK_4X8, vpx_sad4x8, vpx_sad4x8_avg, vpx_variance4x8, in vp9_create_compressor()
|
D | vp9_pickmode.c | 2667 if ((bsize == BLOCK_8X4 || bsize == BLOCK_4X8) && ref_frame > INTRA_FRAME && in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 4031 if (bsize == BLOCK_8X4 || bsize == BLOCK_4X8) { in vp9_rd_pick_inter_mode_sub8x8()
|