Home
last modified time | relevance | path

Searched refs:BLOCK_8X16 (Results 1 – 22 of 22) sorted by relevance

/external/libaom/libaom/av1/common/
Dcommon_data.h79 BLOCK_INVALID, BLOCK_4X8, BLOCK_8X16,
91 BLOCK_INVALID, BLOCK_4X8, BLOCK_8X16,
94 BLOCK_INVALID, BLOCK_4X8, BLOCK_8X16,
278 BLOCK_8X16, // TX_8X16
374 { { BLOCK_8X16, BLOCK_8X8 }, { BLOCK_INVALID, BLOCK_4X8 } },
376 { { BLOCK_16X16, BLOCK_16X8 }, { BLOCK_8X16, BLOCK_8X8 } },
377 { { BLOCK_16X32, BLOCK_16X16 }, { BLOCK_INVALID, BLOCK_8X16 } },
388 { { BLOCK_8X32, BLOCK_8X16 }, { BLOCK_INVALID, BLOCK_4X16 } },
Denums.h106 BLOCK_8X16, enumerator
Donyxc_int.h957 bs = BLOCK_8X16; in scale_chroma_bsize()
959 bs = BLOCK_8X16; in scale_chroma_bsize()
Dreconinter.c217 { 4, wedge_codebook_16_hgtw, wedge_signflip_lookup[BLOCK_8X16],
218 wedge_masks[BLOCK_8X16] },
/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.c73 BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, BLOCK_8X8, BLOCK_8X16, BLOCK_16X8,
82 BLOCK_INVALID, BLOCK_8X16, BLOCK_INVALID, BLOCK_INVALID, BLOCK_16X32,
117 { { BLOCK_8X16, BLOCK_8X8 }, { BLOCK_INVALID, BLOCK_4X8 } },
119 { { BLOCK_16X16, BLOCK_16X8 }, { BLOCK_8X16, BLOCK_8X8 } },
120 { { BLOCK_16X32, BLOCK_16X16 }, { BLOCK_INVALID, BLOCK_8X16 } },
Dvp9_enums.h48 #define BLOCK_8X16 4 macro
Dvp9_loopfilter.c979 case BLOCK_8X16: in vp9_setup_mask()
/external/libaom/libaom/test/
Dblockd_test.cc42 BLOCK_INVALID, BLOCK_INVALID, BLOCK_8X16, in TEST()
78 BLOCK_INVALID, BLOCK_INVALID, BLOCK_8X16, in TEST()
87 BLOCK_INVALID, BLOCK_INVALID, BLOCK_8X16, in TEST()
Dcomp_mask_variance_test.cc39 BLOCK_8X8, BLOCK_8X16, BLOCK_8X32, BLOCK_16X8, BLOCK_16X16,
/external/libvpx/libvpx/test/
Dvp9_denoiser_test.cc110 make_tuple(&vp9_denoiser_filter_sse2, BLOCK_8X16),
125 make_tuple(&vp9_denoiser_filter_neon, BLOCK_8X16),
/external/libaom/libaom/av1/encoder/
Dfirstpass.c151 case BLOCK_8X16: return aom_mse8x16; in get_block_variance_fn()
172 case BLOCK_8X16: return aom_highbd_8_mse8x16; in highbd_get_block_variance_fn()
180 case BLOCK_8X16: return aom_highbd_10_mse8x16; in highbd_get_block_variance_fn()
188 case BLOCK_8X16: return aom_highbd_12_mse8x16; in highbd_get_block_variance_fn()
287 ? BLOCK_8X16 in get_bsize()
Dencoder.c1599 BLOCK_8X16, aom_highbd_sad8x16_bits8, aom_highbd_sad8x16_avg_bits8,
1678 HIGHBD_MBFP(BLOCK_8X16, aom_highbd_masked_sad8x16_bits8,
1732 HIGHBD_OBFP(BLOCK_8X16, aom_highbd_obmc_sad8x16_bits8,
1883 HIGHBD_BFP(BLOCK_8X16, aom_highbd_sad8x16_bits10,
1966 HIGHBD_MBFP(BLOCK_8X16, aom_highbd_masked_sad8x16_bits10,
2020 HIGHBD_OBFP(BLOCK_8X16, aom_highbd_obmc_sad8x16_bits10,
2177 HIGHBD_BFP(BLOCK_8X16, aom_highbd_sad8x16_bits12,
2260 HIGHBD_MBFP(BLOCK_8X16, aom_highbd_masked_sad8x16_bits12,
2314 HIGHBD_OBFP(BLOCK_8X16, aom_highbd_obmc_sad8x16_bits12,
2844 BFP(BLOCK_8X16, aom_sad8x16, aom_sad8x16_avg, aom_variance8x16, in av1_create_compressor()
[all …]
Drdopt.c1406 (bsize < BLOCK_SIZES) ? bsize - BLOCK_16X16 : bsize - BLOCK_8X16; in get_energy_distribution_fine()
7540 BLOCK_8X16, BLOCK_16X8, BLOCK_16X16, in estimate_wedge_sign()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h203 BLOCK_8X16, enumerator
Donyx_if.c2019 cpi->fn_ptr[BLOCK_8X16].sdf = vpx_sad8x16; in vp8_create_compressor()
2020 cpi->fn_ptr[BLOCK_8X16].vf = vpx_variance8x16; in vp8_create_compressor()
2021 cpi->fn_ptr[BLOCK_8X16].svf = vpx_sub_pixel_variance8x16; in vp8_create_compressor()
2022 cpi->fn_ptr[BLOCK_8X16].sdx3f = vpx_sad8x16x3; in vp8_create_compressor()
2023 cpi->fn_ptr[BLOCK_8X16].sdx8f = vpx_sad8x16x8; in vp8_create_compressor()
2024 cpi->fn_ptr[BLOCK_8X16].sdx4df = vpx_sad8x16x4d; in vp8_create_compressor()
2043 cpi->fn_ptr[BLOCK_8X16].copymem = vp8_copy32xn; in vp8_create_compressor()
Drdopt.c1030 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8) { in rd_check_segment()
1224 rd_check_segment(cpi, x, &bsi, BLOCK_8X16); in vp8_rd_pick_best_mbsegmentation()
1270 rd_check_segment(cpi, x, &bsi, BLOCK_8X16); in vp8_rd_pick_best_mbsegmentation()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_denoiser_sse2.c320 } else if (bs == BLOCK_8X8 || bs == BLOCK_8X16) { in vp9_denoiser_filter_sse2()
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_denoiser_neon.c346 } else if (bs == BLOCK_8X8 || bs == BLOCK_8X16) { in vp9_denoiser_filter_neon()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c325 case BLOCK_8X16: return vpx_mse8x16; in get_block_variance_fn()
347 case BLOCK_8X16: return vpx_highbd_8_mse8x16; in highbd_get_block_variance_fn()
355 case BLOCK_8X16: return vpx_highbd_10_mse8x16; in highbd_get_block_variance_fn()
363 case BLOCK_8X16: return vpx_highbd_12_mse8x16; in highbd_get_block_variance_fn()
459 return 2 * mb_row + 1 < cm->mi_rows ? BLOCK_8X16 : BLOCK_8X8; in get_bsize()
Dvp9_denoiser.c215 if (bs == BLOCK_8X8 || bs == BLOCK_8X16 || bs == BLOCK_16X8 || in perform_motion_compensation()
Dvp9_encoder.c1648 HIGHBD_BFP(BLOCK_8X16, vpx_highbd_sad8x16_bits8, in MAKE_BFP_SADAVG_WRAPPER()
1724 HIGHBD_BFP(BLOCK_8X16, vpx_highbd_sad8x16_bits10, in MAKE_BFP_SADAVG_WRAPPER()
1805 HIGHBD_BFP(BLOCK_8X16, vpx_highbd_sad8x16_bits12, in MAKE_BFP_SADAVG_WRAPPER()
2417 BFP(BLOCK_8X16, vpx_sad8x16, vpx_sad8x16_avg, vpx_variance8x16, in vp9_create_compressor()
/external/libaom/libaom/examples/
Dinspect.c173 ENUM(BLOCK_8X8), ENUM(BLOCK_8X16), ENUM(BLOCK_16X8),