Searched refs:BLOCK_8X16 (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_common_data.c78 BLOCK_8X8, BLOCK_8X16, BLOCK_16X8,
91 BLOCK_8X16, BLOCK_INVALID, BLOCK_INVALID,
125 {{BLOCK_8X16, BLOCK_8X8}, {BLOCK_INVALID, BLOCK_4X8}},
127 {{BLOCK_16X16, BLOCK_16X8}, {BLOCK_8X16, BLOCK_8X8}},
128 {{BLOCK_16X32, BLOCK_16X16}, {BLOCK_INVALID, BLOCK_8X16}},
H A Dvp9_enums.h34 BLOCK_8X16, enumerator in enum:BLOCK_SIZE
H A Dvp9_loopfilter.c87 0x0000000000000101, // BLOCK_8X16,
104 0x0000000000000001, // BLOCK_8X16,
122 0x0000000000000101, // BLOCK_8X16,
158 0x0001, // BLOCK_8X16,
174 0x0001, // BLOCK_8X16,
191 0x0001, // BLOCK_8X16,
726 case BLOCK_8X16:
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_block.h218 case BLOCK_8X16:
H A Dvp9_firstpass.c371 case BLOCK_8X16:
466 return 2 * mb_row + 1 < cm->mi_rows ? BLOCK_8X16
H A Dvp9_onyx_if.c1458 BFP(BLOCK_8X16, vp9_sad8x16, vp9_sad8x16_avg,
H A Dvp9_encodeframe.c63 case BLOCK_8X16:
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_int.h229 BLOCK_8X16, enumerator in enum:__anon559
H A Donyx_if.c2036 cpi->fn_ptr[BLOCK_8X16].sdf = vp8_sad8x16;
2037 cpi->fn_ptr[BLOCK_8X16].vf = vp8_variance8x16;
2038 cpi->fn_ptr[BLOCK_8X16].svf = vp8_sub_pixel_variance8x16;
2039 cpi->fn_ptr[BLOCK_8X16].svf_halfpix_h = NULL;
2040 cpi->fn_ptr[BLOCK_8X16].svf_halfpix_v = NULL;
2041 cpi->fn_ptr[BLOCK_8X16].svf_halfpix_hv = NULL;
2042 cpi->fn_ptr[BLOCK_8X16].sdx3f = vp8_sad8x16x3;
2043 cpi->fn_ptr[BLOCK_8X16].sdx8f = vp8_sad8x16x8;
2044 cpi->fn_ptr[BLOCK_8X16].sdx4df = vp8_sad8x16x4d;
2069 cpi->fn_ptr[BLOCK_8X16]
[all...]
H A Drdopt.c1202 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8)
1413 rd_check_segment(cpi, x, &bsi, BLOCK_8X16);
1460 rd_check_segment(cpi, x, &bsi, BLOCK_8X16);

Completed in 97 milliseconds