/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, 279 BLOCK_16X8, // TX_16X8 375 { { BLOCK_16X8, BLOCK_INVALID }, { BLOCK_8X8, BLOCK_8X4 } }, 376 { { BLOCK_16X16, BLOCK_16X8 }, { BLOCK_8X16, BLOCK_8X8 } }, 378 { { BLOCK_32X16, BLOCK_INVALID }, { BLOCK_16X16, BLOCK_16X8 } }, 389 { { BLOCK_32X8, BLOCK_INVALID }, { BLOCK_16X8, BLOCK_16X4 } },
|
D | enums.h | 107 BLOCK_16X8, enumerator
|
D | onyxc_int.h | 965 bs = BLOCK_16X8; in scale_chroma_bsize() 969 bs = BLOCK_16X8; in scale_chroma_bsize()
|
D | reconinter.c | 219 { 4, wedge_codebook_16_hltw, wedge_signflip_lookup[BLOCK_16X8], 220 wedge_masks[BLOCK_16X8] },
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.c | 73 BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, BLOCK_8X8, BLOCK_8X16, BLOCK_16X8, 78 BLOCK_INVALID, BLOCK_16X8, BLOCK_INVALID, BLOCK_INVALID, BLOCK_32X16, 118 { { BLOCK_16X8, BLOCK_INVALID }, { BLOCK_8X8, BLOCK_8X4 } }, 119 { { BLOCK_16X16, BLOCK_16X8 }, { BLOCK_8X16, BLOCK_8X8 } }, 121 { { BLOCK_32X16, BLOCK_INVALID }, { BLOCK_16X16, BLOCK_16X8 } },
|
D | vp9_enums.h | 49 #define BLOCK_16X8 5 macro
|
D | vp9_loopfilter.c | 973 case BLOCK_16X8: in vp9_setup_mask()
|
/external/libaom/libaom/test/ |
D | blockd_test.cc | 33 BLOCK_INVALID, BLOCK_INVALID, BLOCK_16X8, in TEST() 60 BLOCK_INVALID, BLOCK_INVALID, BLOCK_16X8, in TEST() 69 BLOCK_INVALID, BLOCK_INVALID, BLOCK_16X8, 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 | 111 make_tuple(&vp9_denoiser_filter_sse2, BLOCK_16X8), 126 make_tuple(&vp9_denoiser_filter_neon, BLOCK_16X8),
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_denoiser_sse2.c | 252 if ((r & 0xf) == 0xf || (bs == BLOCK_16X8 && r == 7)) { in vp9_denoiser_NxM_sse2_big() 288 if ((r & 0xf) == 0xf || (bs == BLOCK_16X8 && r == 7)) { in vp9_denoiser_NxM_sse2_big() 315 bs == BLOCK_16X32 || bs == BLOCK_16X8 || bs == BLOCK_32X16 || in vp9_denoiser_filter_sse2()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_denoiser_neon.c | 276 if ((r & 0xf) == 0xf || (bs == BLOCK_16X8 && r == 7)) { in vp9_denoiser_NxM_neon() 312 if ((r & 0xf) == 0xf || (bs == BLOCK_16X8 && r == 7)) { in vp9_denoiser_NxM_neon() 341 bs == BLOCK_16X32 || bs == BLOCK_16X8 || bs == BLOCK_32X16 || in vp9_denoiser_filter_neon()
|
/external/libaom/libaom/av1/encoder/ |
D | firstpass.c | 150 case BLOCK_16X8: return aom_mse16x8; in get_block_variance_fn() 171 case BLOCK_16X8: return aom_highbd_8_mse16x8; in highbd_get_block_variance_fn() 179 case BLOCK_16X8: return aom_highbd_10_mse16x8; in highbd_get_block_variance_fn() 187 case BLOCK_16X8: return aom_highbd_12_mse16x8; in highbd_get_block_variance_fn() 283 : BLOCK_16X8; in get_bsize()
|
D | encoder.c | 1592 BLOCK_16X8, aom_highbd_sad16x8_bits8, aom_highbd_sad16x8_avg_bits8, 1680 HIGHBD_MBFP(BLOCK_16X8, aom_highbd_masked_sad16x8_bits8, 1735 HIGHBD_OBFP(BLOCK_16X8, aom_highbd_obmc_sad16x8_bits8, 1875 HIGHBD_BFP(BLOCK_16X8, aom_highbd_sad16x8_bits10, 1968 HIGHBD_MBFP(BLOCK_16X8, aom_highbd_masked_sad16x8_bits10, 2023 HIGHBD_OBFP(BLOCK_16X8, aom_highbd_obmc_sad16x8_bits10, 2169 HIGHBD_BFP(BLOCK_16X8, aom_highbd_sad16x8_bits12, 2262 HIGHBD_MBFP(BLOCK_16X8, aom_highbd_masked_sad16x8_bits12, 2317 HIGHBD_OBFP(BLOCK_16X8, aom_highbd_obmc_sad16x8_bits12, 2839 BFP(BLOCK_16X8, aom_sad16x8, aom_sad16x8_avg, aom_variance16x8, in av1_create_compressor() [all …]
|
D | rdopt.c | 7540 BLOCK_8X16, BLOCK_16X8, BLOCK_16X16, in estimate_wedge_sign()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 202 BLOCK_16X8, enumerator
|
D | rdopt.c | 1030 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8) { in rd_check_segment() 1032 if (i == 1 && segmentation == BLOCK_16X8) { in rd_check_segment() 1223 rd_check_segment(cpi, x, &bsi, BLOCK_16X8); in vp8_rd_pick_best_mbsegmentation() 1285 rd_check_segment(cpi, x, &bsi, BLOCK_16X8); in vp8_rd_pick_best_mbsegmentation()
|
D | onyx_if.c | 2012 cpi->fn_ptr[BLOCK_16X8].sdf = vpx_sad16x8; in vp8_create_compressor() 2013 cpi->fn_ptr[BLOCK_16X8].vf = vpx_variance16x8; in vp8_create_compressor() 2014 cpi->fn_ptr[BLOCK_16X8].svf = vpx_sub_pixel_variance16x8; in vp8_create_compressor() 2015 cpi->fn_ptr[BLOCK_16X8].sdx3f = vpx_sad16x8x3; in vp8_create_compressor() 2016 cpi->fn_ptr[BLOCK_16X8].sdx8f = vpx_sad16x8x8; in vp8_create_compressor() 2017 cpi->fn_ptr[BLOCK_16X8].sdx4df = vpx_sad16x8x4d; in vp8_create_compressor() 2042 cpi->fn_ptr[BLOCK_16X8].copymem = vp8_copy32xn; in vp8_create_compressor()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 324 case BLOCK_16X8: return vpx_mse16x8; in get_block_variance_fn() 346 case BLOCK_16X8: return vpx_highbd_8_mse16x8; in highbd_get_block_variance_fn() 354 case BLOCK_16X8: return vpx_highbd_10_mse16x8; in highbd_get_block_variance_fn() 362 case BLOCK_16X8: return vpx_highbd_12_mse16x8; in highbd_get_block_variance_fn() 457 return 2 * mb_row + 1 < cm->mi_rows ? BLOCK_16X16 : BLOCK_16X8; 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 | 1642 HIGHBD_BFP(BLOCK_16X8, vpx_highbd_sad16x8_bits8, in MAKE_BFP_SADAVG_WRAPPER() 1718 HIGHBD_BFP(BLOCK_16X8, vpx_highbd_sad16x8_bits10, in MAKE_BFP_SADAVG_WRAPPER() 1799 HIGHBD_BFP(BLOCK_16X8, vpx_highbd_sad16x8_bits12, in MAKE_BFP_SADAVG_WRAPPER() 2413 BFP(BLOCK_16X8, vpx_sad16x8, vpx_sad16x8_avg, vpx_variance16x8, in vp9_create_compressor()
|
/external/libaom/libaom/examples/ |
D | inspect.c | 173 ENUM(BLOCK_8X8), ENUM(BLOCK_8X16), ENUM(BLOCK_16X8),
|