Searched refs:BLOCK_8X16 (Results 1 – 12 of 12) sorted by relevance
/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/libvpx/libvpx/test/ |
D | vp9_denoiser_test.cc | 109 make_tuple(&vp9_denoiser_filter_sse2, BLOCK_8X16), 124 make_tuple(&vp9_denoiser_filter_neon, BLOCK_8X16),
|
/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/vp8/encoder/ |
D | onyx_int.h | 203 BLOCK_8X16, enumerator
|
D | onyx_if.c | 2033 cpi->fn_ptr[BLOCK_8X16].sdf = vpx_sad8x16; in vp8_create_compressor() 2034 cpi->fn_ptr[BLOCK_8X16].vf = vpx_variance8x16; in vp8_create_compressor() 2035 cpi->fn_ptr[BLOCK_8X16].svf = vpx_sub_pixel_variance8x16; in vp8_create_compressor() 2036 cpi->fn_ptr[BLOCK_8X16].sdx3f = vpx_sad8x16x3; in vp8_create_compressor() 2037 cpi->fn_ptr[BLOCK_8X16].sdx8f = vpx_sad8x16x8; in vp8_create_compressor() 2038 cpi->fn_ptr[BLOCK_8X16].sdx4df = vpx_sad8x16x4d; in vp8_create_compressor() 2057 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/ |
D | vp9_firstpass.c | 337 case BLOCK_8X16: return vpx_mse8x16; in get_block_variance_fn() 359 case BLOCK_8X16: return vpx_highbd_8_mse8x16; in highbd_get_block_variance_fn() 367 case BLOCK_8X16: return vpx_highbd_10_mse8x16; in highbd_get_block_variance_fn() 375 case BLOCK_8X16: return vpx_highbd_12_mse8x16; in highbd_get_block_variance_fn() 471 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 | 1506 HIGHBD_BFP(BLOCK_8X16, vpx_highbd_sad8x16_bits8, in MAKE_BFP_SADAVG_WRAPPER() 1582 HIGHBD_BFP(BLOCK_8X16, vpx_highbd_sad8x16_bits10, in MAKE_BFP_SADAVG_WRAPPER() 1662 HIGHBD_BFP(BLOCK_8X16, vpx_highbd_sad8x16_bits12, in MAKE_BFP_SADAVG_WRAPPER() 2267 BFP(BLOCK_8X16, vpx_sad8x16, vpx_sad8x16_avg, vpx_variance8x16, in vp9_create_compressor()
|