Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_common_data.c78 BLOCK_8X8, BLOCK_8X16, BLOCK_16X8,
85 BLOCK_16X8, BLOCK_INVALID, BLOCK_INVALID,
126 {{BLOCK_16X8, BLOCK_INVALID}, {BLOCK_8X8, BLOCK_8X4}},
127 {{BLOCK_16X16, BLOCK_16X8}, {BLOCK_8X16, BLOCK_8X8}},
129 {{BLOCK_32X16, BLOCK_INVALID}, {BLOCK_16X16, BLOCK_16X8}},
Dvp9_enums.h35 BLOCK_16X8, enumerator
Dvp9_loopfilter.c719 case BLOCK_16X8: in vp9_setup_mask()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h216 case BLOCK_16X8: in get_block_context()
Dvp9_firstpass.c369 case BLOCK_16X8: in get_block_variance_fn()
464 : BLOCK_16X8; in get_bsize()
Dvp9_onyx_if.c1453 BFP(BLOCK_16X8, vp9_sad16x8, vp9_sad16x8_avg, in vp9_create_compressor()
Dvp9_encodeframe.c62 case BLOCK_16X8: in get_sb_index()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h228 BLOCK_16X8, enumerator
Donyx_if.c2026 cpi->fn_ptr[BLOCK_16X8].sdf = vp8_sad16x8; in vp8_create_compressor()
2027 cpi->fn_ptr[BLOCK_16X8].vf = vp8_variance16x8; in vp8_create_compressor()
2028 cpi->fn_ptr[BLOCK_16X8].svf = vp8_sub_pixel_variance16x8; in vp8_create_compressor()
2029 cpi->fn_ptr[BLOCK_16X8].svf_halfpix_h = NULL; in vp8_create_compressor()
2030 cpi->fn_ptr[BLOCK_16X8].svf_halfpix_v = NULL; in vp8_create_compressor()
2031 cpi->fn_ptr[BLOCK_16X8].svf_halfpix_hv = NULL; in vp8_create_compressor()
2032 cpi->fn_ptr[BLOCK_16X8].sdx3f = vp8_sad16x8x3; in vp8_create_compressor()
2033 cpi->fn_ptr[BLOCK_16X8].sdx8f = vp8_sad16x8x8; in vp8_create_compressor()
2034 cpi->fn_ptr[BLOCK_16X8].sdx4df = vp8_sad16x8x4d; in vp8_create_compressor()
2068 cpi->fn_ptr[BLOCK_16X8].copymem = vp8_copy32xn; in vp8_create_compressor()
Drdopt.c1202 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8) in rd_check_segment()
1205 if (i==1 && segmentation == BLOCK_16X8) in rd_check_segment()
1412 rd_check_segment(cpi, x, &bsi, BLOCK_16X8); in vp8_rd_pick_best_mbsegmentation()
1471 rd_check_segment(cpi, x, &bsi, BLOCK_16X8); in vp8_rd_pick_best_mbsegmentation()