/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, 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 } },
|
D | enums.h | 106 BLOCK_8X16, enumerator
|
D | onyxc_int.h | 957 bs = BLOCK_8X16; in scale_chroma_bsize() 959 bs = BLOCK_8X16; in scale_chroma_bsize()
|
D | reconinter.c | 217 { 4, wedge_codebook_16_hgtw, wedge_signflip_lookup[BLOCK_8X16], 218 wedge_masks[BLOCK_8X16] },
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.c | 73 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 } },
|
D | vp9_enums.h | 48 #define BLOCK_8X16 4 macro
|
D | vp9_loopfilter.c | 979 case BLOCK_8X16: in vp9_setup_mask()
|
/external/libaom/libaom/test/ |
D | blockd_test.cc | 42 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()
|
D | comp_mask_variance_test.cc | 39 BLOCK_8X8, BLOCK_8X16, BLOCK_8X32, BLOCK_16X8, BLOCK_16X16,
|
/external/libvpx/libvpx/test/ |
D | vp9_denoiser_test.cc | 110 make_tuple(&vp9_denoiser_filter_sse2, BLOCK_8X16), 125 make_tuple(&vp9_denoiser_filter_neon, BLOCK_8X16),
|
/external/libaom/libaom/av1/encoder/ |
D | firstpass.c | 151 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()
|
D | encoder.c | 1599 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 …]
|
D | rdopt.c | 1406 (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/ |
D | onyx_int.h | 203 BLOCK_8X16, enumerator
|
D | onyx_if.c | 2019 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()
|
D | rdopt.c | 1030 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/ |
D | vp9_denoiser_sse2.c | 320 } else if (bs == BLOCK_8X8 || bs == BLOCK_8X16) { in vp9_denoiser_filter_sse2()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_denoiser_neon.c | 346 } else if (bs == BLOCK_8X8 || bs == BLOCK_8X16) { in vp9_denoiser_filter_neon()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 325 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()
|
D | vp9_denoiser.c | 215 if (bs == BLOCK_8X8 || bs == BLOCK_8X16 || bs == BLOCK_16X8 || in perform_motion_compensation()
|
D | vp9_encoder.c | 1648 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/ |
D | inspect.c | 173 ENUM(BLOCK_8X8), ENUM(BLOCK_8X16), ENUM(BLOCK_16X8),
|