Searched refs:BLOCK_16X16 (Results 1 - 17 of 17) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeintra.c23 mbmi->tx_size = use_16x16_pred ? (mbmi->sb_type >= BLOCK_16X16 ? TX_16X16
H A Dvp9_mbgraph.c32 vp9_variance_fn_ptr_t v_fn_ptr = cpi->fn_ptr[BLOCK_16X16];
71 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16);
263 mi_local.mbmi.sb_type = BLOCK_16X16;
H A Dvp9_temporal_filter.c158 &cpi->fn_ptr[BLOCK_16X16],
172 &cpi->fn_ptr[BLOCK_16X16],
H A Dvp9_block.h216 case BLOCK_16X16:
H A Dvp9_encodeframe.c62 case BLOCK_16X16:
419 if (bsize < BLOCK_16X16)
640 if (bsize <= BLOCK_16X16) {
725 case BLOCK_16X16:
1051 if (bsize == BLOCK_16X16) {
1275 BLOCK_8X8, BLOCK_16X16, BLOCK_16X16, BLOCK_16X16, BLOCK_16X16
1279 BLOCK_8X8, BLOCK_16X16, BLOCK_16X1
[all...]
H A Dvp9_onyx_if.c921 sf->always_this_block_size = BLOCK_16X16;
1493 if (i < BLOCK_16X16) {
1531 if (i < BLOCK_16X16) {
1829 BFP(BLOCK_16X16, vp9_sad16x16, vp9_sad16x16_avg,
H A Dvp9_rdopt.c433 bs = BLOCK_16X16;
961 if (bs >= BLOCK_16X16)
978 if (bs >= BLOCK_16X16)
3706 if (bsize < BLOCK_16X16)
4450 if (bsize < BLOCK_16X16) {
H A Dvp9_firstpass.c586 xd->mi_8x8[0]->mbmi.sb_type = BLOCK_16X16;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_common_data.c81 BLOCK_16X16, BLOCK_16X32, BLOCK_32X16,
100 BLOCK_16X16, BLOCK_INVALID, BLOCK_INVALID,
137 {{BLOCK_16X16, BLOCK_16X8}, {BLOCK_8X16, BLOCK_8X8}},
138 {{BLOCK_16X32, BLOCK_16X16}, {BLOCK_INVALID, BLOCK_8X16}},
139 {{BLOCK_32X16, BLOCK_INVALID}, {BLOCK_16X16, BLOCK_16X8}},
140 {{BLOCK_32X32, BLOCK_32X16}, {BLOCK_16X32, BLOCK_16X16}},
H A Dvp9_enums.h32 BLOCK_16X16, enumerator in enum:BLOCK_SIZE
H A Dvp9_loopfilter.c109 0x0000000000000101, // BLOCK_16X16,
126 0x0000000000000003, // BLOCK_16X16
144 0x0000000000000303, // BLOCK_16X16
180 0x0001, // BLOCK_16X16,
196 0x0001, // BLOCK_16X16
213 0x0001, // BLOCK_16X16
732 case BLOCK_16X16:
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c1692 near_sad[1] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - 16,xd->dst.y_stride, UINT_MAX);
1696 near_sad[0] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - xd->dst.y_stride *16,xd->dst.y_stride, UINT_MAX);
1699 near_sad[0] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - xd->dst.y_stride *16,xd->dst.y_stride, UINT_MAX);
1700 near_sad[1] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - 16,xd->dst.y_stride, UINT_MAX);
1701 near_sad[2] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - xd->dst.y_stride *16 -16,xd->dst.y_stride, UINT_MAX);
1716 near_sad[4] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer - pre_y_stride *16, pre_y_stride, UINT_MAX);
1718 near_sad[5] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer - 16, pre_y_stride, UINT_MAX);
1719 near_sad[3] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer, pre_y_stride, UINT_MAX);
1721 near_sad[6] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer + 16, pre_y_stride, UINT_MAX);
1723 near_sad[7] = cpi->fn_ptr[BLOCK_16X16]
[all...]
H A Dpickinter.c503 &cpi->fn_ptr[BLOCK_16X16],
941 &cpi->fn_ptr[BLOCK_16X16],
977 &cpi->fn_ptr[BLOCK_16X16],
985 &cpi->fn_ptr[BLOCK_16X16],
1006 &cpi->fn_ptr[BLOCK_16X16],
1029 &cpi->fn_ptr[BLOCK_16X16],
H A Dtemporal_filter.c193 &cpi->fn_ptr[BLOCK_16X16],
206 &cpi->fn_ptr[BLOCK_16X16],
H A Donyx_int.h228 BLOCK_16X16, enumerator in enum:__anon20630
H A Donyx_if.c2008 cpi->fn_ptr[BLOCK_16X16].sdf = vp8_sad16x16;
2009 cpi->fn_ptr[BLOCK_16X16].vf = vp8_variance16x16;
2010 cpi->fn_ptr[BLOCK_16X16].svf = vp8_sub_pixel_variance16x16;
2011 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_h = vp8_variance_halfpixvar16x16_h;
2012 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_v = vp8_variance_halfpixvar16x16_v;
2013 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_hv = vp8_variance_halfpixvar16x16_hv;
2014 cpi->fn_ptr[BLOCK_16X16].sdx3f = vp8_sad16x16x3;
2015 cpi->fn_ptr[BLOCK_16X16].sdx8f = vp8_sad16x16x8;
2016 cpi->fn_ptr[BLOCK_16X16].sdx4df = vp8_sad16x16x4d;
2059 cpi->fn_ptr[BLOCK_16X16]
[all...]
H A Dfirstpass.c452 vp8_variance_fn_ptr_t v_fn_ptr = cpi->fn_ptr[BLOCK_16X16];

Completed in 207 milliseconds