/external/libaom/libaom/av1/common/ |
D | common_data.h | 76 BLOCK_INVALID, BLOCK_8X4, BLOCK_16X8, 85 BLOCK_INVALID, BLOCK_8X4, BLOCK_16X8, 88 BLOCK_INVALID, BLOCK_8X4, BLOCK_16X8, 277 BLOCK_8X4, // TX_8X4 372 { { BLOCK_8X4, BLOCK_INVALID }, { BLOCK_4X4, BLOCK_4X4 } }, 373 { { BLOCK_8X8, BLOCK_8X4 }, { BLOCK_4X8, BLOCK_4X4 } }, 375 { { BLOCK_16X8, BLOCK_INVALID }, { BLOCK_8X8, BLOCK_8X4 } }, 387 { { BLOCK_16X4, BLOCK_INVALID }, { BLOCK_8X4, BLOCK_8X4 } },
|
D | cdef_block.c | 123 for (j = 0; j < 4 << (bsize == BLOCK_8X8 || bsize == BLOCK_8X4); j++) { 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 | 935 bs = BLOCK_8X4; in scale_chroma_bsize() 947 case BLOCK_8X4: in scale_chroma_bsize() 951 bs = BLOCK_8X4; in scale_chroma_bsize()
|
D | enums.h | 104 BLOCK_8X4, enumerator
|
D | reconinter.c | 785 case BLOCK_8X4: in av1_skip_u4x4_pred_in_obmc() 789 case BLOCK_8X4: in av1_skip_u4x4_pred_in_obmc()
|
D | cdef_block_simd.h | 845 } else if (bsize == BLOCK_8X4) { in SIMD_FUNC() 869 } else if (bsize == BLOCK_8X4) { 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 | 32 BLOCK_INVALID, BLOCK_INVALID, BLOCK_8X4, in TEST() 59 BLOCK_INVALID, BLOCK_INVALID, BLOCK_8X4, in TEST() 68 BLOCK_INVALID, BLOCK_INVALID, BLOCK_8X4, 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, 77 BLOCK_INVALID, BLOCK_INVALID, BLOCK_INVALID, BLOCK_8X4, BLOCK_INVALID, 115 { { BLOCK_8X4, BLOCK_INVALID }, { BLOCK_4X4, BLOCK_INVALID } }, 116 { { BLOCK_8X8, BLOCK_8X4 }, { BLOCK_4X8, BLOCK_4X4 } }, 118 { { BLOCK_16X8, BLOCK_INVALID }, { BLOCK_8X8, BLOCK_8X4 } },
|
D | vp9_enums.h | 46 #define BLOCK_8X4 2 macro
|
D | vp9_reconinter.c | 163 xd->mi[0]->sb_type != BLOCK_8X4); in build_inter_predictors()
|
/external/libaom/libaom/av1/encoder/ |
D | pickcdef.c | 261 } else if (bsize == BLOCK_8X4) { in compute_cdef_dist() 352 bsize[pli] = ydec[pli] ? (xdec[pli] ? BLOCK_4X4 : BLOCK_8X4) in av1_cdef_search()
|
D | encoder.c | 1613 BLOCK_8X4, aom_highbd_sad8x4_bits8, aom_highbd_sad8x4_avg_bits8, 1686 HIGHBD_MBFP(BLOCK_8X4, aom_highbd_masked_sad8x4_bits8, 1744 HIGHBD_OBFP(BLOCK_8X4, aom_highbd_obmc_sad8x4_bits8, 1899 BLOCK_8X4, aom_highbd_sad8x4_bits10, aom_highbd_sad8x4_avg_bits10, 1974 HIGHBD_MBFP(BLOCK_8X4, aom_highbd_masked_sad8x4_bits10, 2032 HIGHBD_OBFP(BLOCK_8X4, aom_highbd_obmc_sad8x4_bits10, 2193 BLOCK_8X4, aom_highbd_sad8x4_bits12, aom_highbd_sad8x4_avg_bits12, 2268 HIGHBD_MBFP(BLOCK_8X4, aom_highbd_masked_sad8x4_bits12, 2326 HIGHBD_OBFP(BLOCK_8X4, aom_highbd_obmc_sad8x4_bits12, 2853 BFP(BLOCK_8X4, aom_sad8x4, aom_sad8x4_avg, aom_variance8x4, 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 | 222 case BLOCK_8X4: in read_intra_frame_mode_info() 371 case BLOCK_8X4: in read_intra_block_mode_info()
|
D | vp9_decodeframe.c | 593 xd->mi[0]->sb_type != BLOCK_8X4); 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 | 1660 BLOCK_8X4, vpx_highbd_sad8x4_bits8, vpx_highbd_sad8x4_avg_bits8, in MAKE_BFP_SADAVG_WRAPPER() 1736 HIGHBD_BFP(BLOCK_8X4, vpx_highbd_sad8x4_bits10, in MAKE_BFP_SADAVG_WRAPPER() 1817 HIGHBD_BFP(BLOCK_8X4, vpx_highbd_sad8x4_bits12, in MAKE_BFP_SADAVG_WRAPPER() 2424 BFP(BLOCK_8X4, vpx_sad8x4, vpx_sad8x4_avg, vpx_variance8x4, 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()
|