Searched refs:BLOCK_4X4 (Results 1 - 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_common_data.c73 BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, BLOCK_8X8, BLOCK_8X16, BLOCK_16X8,
85 BLOCK_INVALID, BLOCK_INVALID, BLOCK_INVALID, BLOCK_4X4, BLOCK_INVALID,
96 BLOCK_4X4, // TX_4X4
113 { { BLOCK_4X4, BLOCK_INVALID }, { BLOCK_INVALID, BLOCK_INVALID } },
114 { { BLOCK_4X8, BLOCK_4X4 }, { BLOCK_INVALID, BLOCK_INVALID } },
115 { { BLOCK_8X4, BLOCK_INVALID }, { BLOCK_4X4, BLOCK_INVALID } },
116 { { BLOCK_8X8, BLOCK_8X4 }, { BLOCK_4X8, BLOCK_4X4 } },
132 // BLOCK_4X4
H A Dvp9_enums.h44 #define BLOCK_4X4 0 macro
/external/libvpx/libvpx/test/
H A Dvp9_subtract_test.cc40 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_speed_features.c50 return BLOCK_4X4;
203 sf->use_square_only_threshold = BLOCK_4X4;
740 sf->comp_inter_joint_search_thresh = BLOCK_4X4;
757 sf->rd_auto_partition_min_limit = BLOCK_4X4;
759 sf->default_min_partition_size = BLOCK_4X4;
H A Dvp9_encodeframe.c388 case BLOCK_4X4: {
1637 (mi_col + x32_idx + x16_idx + x8_idx), BLOCK_4X4);
2143 subsize = BLOCK_4X4;
2147 if (output_enabled && bsize != BLOCK_4X4)
2484 subsize = BLOCK_4X4;
2488 if (output_enabled && bsize != BLOCK_4X4)
2549 BLOCK_SIZE sub_subsize = BLOCK_4X4;
2788 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4, BLOCK_4X
[all...]
H A Dvp9_rd.c658 const BLOCK_SIZE min_size = VPXMAX(bsize - 1, BLOCK_4X4);
H A Dvp9_encoder.c1528 BLOCK_4X4, vpx_highbd_sad4x4_bits8, vpx_highbd_sad4x4_avg_bits8,
1606 HIGHBD_BFP(BLOCK_4X4, vpx_highbd_sad4x4_bits10,
1686 HIGHBD_BFP(BLOCK_4X4, vpx_highbd_sad4x4_bits12,
2280 BFP(BLOCK_4X4, vpx_sad4x4, vpx_sad4x4_avg, vpx_variance4x4,
H A Dvp9_rdopt.c477 if (tx_bsize == BLOCK_4X4 ||
481 const vpx_variance_fn_t vf_4x4 = cpi->fn_ptr[BLOCK_4X4].vf;
516 if (tx_bsize == BLOCK_4X4 ||
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h205 BLOCK_4X4, enumerator in enum:__anon12813
H A Donyx_if.c2047 cpi->fn_ptr[BLOCK_4X4].sdf = vpx_sad4x4;
2048 cpi->fn_ptr[BLOCK_4X4].vf = vpx_variance4x4;
2049 cpi->fn_ptr[BLOCK_4X4].svf = vpx_sub_pixel_variance4x4;
2050 cpi->fn_ptr[BLOCK_4X4].sdx3f = vpx_sad4x4x3;
2051 cpi->fn_ptr[BLOCK_4X4].sdx8f = vpx_sad4x4x8;
2052 cpi->fn_ptr[BLOCK_4X4].sdx4df = vpx_sad4x4x4d;
2059 cpi->fn_ptr[BLOCK_4X4].copymem = vp8_copy32xn;
H A Drdopt.c1042 if (segmentation == BLOCK_4X4 && i > 0) {
1226 rd_check_segment(cpi, x, &bsi, BLOCK_4X4);
1294 rd_check_segment(cpi, x, &bsi, BLOCK_4X4);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c210 case BLOCK_4X4:
361 case BLOCK_4X4:

Completed in 644 milliseconds