Home
last modified time | relevance | path

Searched refs:BLOCK_32X8 (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/av1/common/
Dcommon_data.h98 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 } }
Denums.h116 BLOCK_32X8, enumerator
Dreconinter.c303 { MAX_WEDGE_TYPES, wedge_codebook_16_hltw, wedge_signflip_lookup[BLOCK_32X8],
304 wedge_masks[BLOCK_32X8] },
/external/libaom/libaom/test/
Dblockd_test.cc97 BLOCK_INVALID, BLOCK_INVALID, BLOCK_32X8, in TEST()
Dcomp_mask_variance_test.cc41 BLOCK_16X32, BLOCK_32X8, BLOCK_32X16, BLOCK_32X32,
/external/libaom/libaom/av1/encoder/
Dencoder.c1826 BLOCK_32X8, aom_highbd_sad32x8_bits8, aom_highbd_sad32x8_avg_bits8,
2012 HIGHBD_MBFP(BLOCK_32X8, aom_highbd_masked_sad32x8_bits8,
2074 HIGHBD_OBFP(BLOCK_32X8, aom_highbd_obmc_sad32x8_bits8,
2105 HIGHBD_BFP(BLOCK_32X8, aom_highbd_sad32x8_bits10,
2300 HIGHBD_MBFP(BLOCK_32X8, aom_highbd_masked_sad32x8_bits10,
2365 HIGHBD_OBFP(BLOCK_32X8, aom_highbd_obmc_sad32x8_bits10,
2399 HIGHBD_BFP(BLOCK_32X8, aom_highbd_sad32x8_bits12,
2594 HIGHBD_MBFP(BLOCK_32X8, aom_highbd_masked_sad32x8_bits12,
2656 HIGHBD_OBFP(BLOCK_32X8, aom_highbd_obmc_sad32x8_bits12,
3289 BFP(BLOCK_32X8, aom_sad32x8, aom_sad32x8_avg, aom_variance32x8, in av1_create_compressor()
[all …]
Dcompound_type.c140 BLOCK_16X4, BLOCK_8X32, BLOCK_32X8 in estimate_wedge_sign()
Dtx_search.c564 if (bsize < BLOCK_16X16 || (bsize >= BLOCK_4X16 && bsize <= BLOCK_32X8)) { in get_energy_distribution_fine()
/external/libaom/libaom/examples/
Dinspect.c178 ENUM(BLOCK_8X32), ENUM(BLOCK_32X8), ENUM(BLOCK_16X64),