Searched refs:BLOCK_32X8 (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | common_data.h | 98 BLOCK_32X8, BLOCK_64X16, BLOCK_INVALID 287 BLOCK_32X8, // TX_32X8 389 { { BLOCK_32X8, BLOCK_INVALID }, { BLOCK_16X8, BLOCK_16X4 } }, 391 { { BLOCK_64X16, BLOCK_INVALID }, { BLOCK_32X16, BLOCK_32X8 } }
|
D | enums.h | 121 BLOCK_32X8, enumerator
|
D | reconinter.c | 239 { 4, wedge_codebook_16_hltw, wedge_signflip_lookup[BLOCK_32X8], 240 wedge_masks[BLOCK_32X8] },
|
/external/libaom/libaom/test/ |
D | blockd_test.cc | 97 BLOCK_INVALID, BLOCK_INVALID, BLOCK_32X8, in TEST()
|
D | comp_mask_variance_test.cc | 40 BLOCK_16X32, BLOCK_32X8, BLOCK_32X16, BLOCK_32X32,
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 1508 BLOCK_32X8, aom_highbd_sad32x8_bits8, aom_highbd_sad32x8_avg_bits8, 1694 HIGHBD_MBFP(BLOCK_32X8, aom_highbd_masked_sad32x8_bits8, 1756 HIGHBD_OBFP(BLOCK_32X8, aom_highbd_obmc_sad32x8_bits8, 1787 HIGHBD_BFP(BLOCK_32X8, aom_highbd_sad32x8_bits10, 1982 HIGHBD_MBFP(BLOCK_32X8, aom_highbd_masked_sad32x8_bits10, 2047 HIGHBD_OBFP(BLOCK_32X8, aom_highbd_obmc_sad32x8_bits10, 2081 HIGHBD_BFP(BLOCK_32X8, aom_highbd_sad32x8_bits12, 2276 HIGHBD_MBFP(BLOCK_32X8, aom_highbd_masked_sad32x8_bits12, 2338 HIGHBD_OBFP(BLOCK_32X8, aom_highbd_obmc_sad32x8_bits12, 2774 BFP(BLOCK_32X8, aom_sad32x8, aom_sad32x8_avg, aom_variance32x8, in av1_create_compressor() [all …]
|
D | rdopt.c | 1378 if (bsize < BLOCK_16X16 || (bsize >= BLOCK_4X16 && bsize <= BLOCK_32X8)) { in get_energy_distribution_fine() 7548 BLOCK_16X4, BLOCK_8X32, BLOCK_32X8 in estimate_wedge_sign()
|
/external/libaom/libaom/examples/ |
D | inspect.c | 178 ENUM(BLOCK_8X32), ENUM(BLOCK_32X8), ENUM(BLOCK_16X64),
|