Home
last modified time | relevance | path

Searched refs:BLOCK_16X8 (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.c73 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 } },
Dvp9_enums.h49 #define BLOCK_16X8 5 macro
Dvp9_loopfilter.c973 case BLOCK_16X8: in vp9_setup_mask()
/external/libvpx/libvpx/test/
Dvp9_denoiser_test.cc110 make_tuple(&vp9_denoiser_filter_sse2, BLOCK_16X8),
125 make_tuple(&vp9_denoiser_filter_neon, BLOCK_16X8),
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_denoiser_sse2.c252 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/
Dvp9_denoiser_neon.c276 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/libvpx/libvpx/vp8/encoder/
Donyx_int.h202 BLOCK_16X8, enumerator
Drdopt.c1030 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()
Donyx_if.c2026 cpi->fn_ptr[BLOCK_16X8].sdf = vpx_sad16x8; in vp8_create_compressor()
2027 cpi->fn_ptr[BLOCK_16X8].vf = vpx_variance16x8; in vp8_create_compressor()
2028 cpi->fn_ptr[BLOCK_16X8].svf = vpx_sub_pixel_variance16x8; in vp8_create_compressor()
2029 cpi->fn_ptr[BLOCK_16X8].sdx3f = vpx_sad16x8x3; in vp8_create_compressor()
2030 cpi->fn_ptr[BLOCK_16X8].sdx8f = vpx_sad16x8x8; in vp8_create_compressor()
2031 cpi->fn_ptr[BLOCK_16X8].sdx4df = vpx_sad16x8x4d; in vp8_create_compressor()
2056 cpi->fn_ptr[BLOCK_16X8].copymem = vp8_copy32xn; in vp8_create_compressor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c336 case BLOCK_16X8: return vpx_mse16x8; in get_block_variance_fn()
358 case BLOCK_16X8: return vpx_highbd_8_mse16x8; in highbd_get_block_variance_fn()
366 case BLOCK_16X8: return vpx_highbd_10_mse16x8; in highbd_get_block_variance_fn()
374 case BLOCK_16X8: return vpx_highbd_12_mse16x8; in highbd_get_block_variance_fn()
469 return 2 * mb_row + 1 < cm->mi_rows ? BLOCK_16X16 : BLOCK_16X8; in get_bsize()
Dvp9_denoiser.c215 if (bs == BLOCK_8X8 || bs == BLOCK_8X16 || bs == BLOCK_16X8 || in perform_motion_compensation()
Dvp9_encoder.c1500 HIGHBD_BFP(BLOCK_16X8, vpx_highbd_sad16x8_bits8, in MAKE_BFP_SADAVG_WRAPPER()
1576 HIGHBD_BFP(BLOCK_16X8, vpx_highbd_sad16x8_bits10, in MAKE_BFP_SADAVG_WRAPPER()
1656 HIGHBD_BFP(BLOCK_16X8, vpx_highbd_sad16x8_bits12, in MAKE_BFP_SADAVG_WRAPPER()
2263 BFP(BLOCK_16X8, vpx_sad16x8, vpx_sad16x8_avg, vpx_variance16x8, in vp9_create_compressor()