HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_16X16 (Results 1 - 25 of 25) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.c 74 BLOCK_16X16, BLOCK_16X32, BLOCK_32X16, BLOCK_32X32, BLOCK_32X64,
86 BLOCK_INVALID, BLOCK_8X8, BLOCK_INVALID, BLOCK_INVALID, BLOCK_16X16,
98 BLOCK_16X16, // TX_16X16
119 { { BLOCK_16X16, BLOCK_16X8 }, { BLOCK_8X16, BLOCK_8X8 } },
120 { { BLOCK_16X32, BLOCK_16X16 }, { BLOCK_INVALID, BLOCK_8X16 } },
121 { { BLOCK_32X16, BLOCK_INVALID }, { BLOCK_16X16, BLOCK_16X8 } },
122 { { BLOCK_32X32, BLOCK_32X16 }, { BLOCK_16X32, BLOCK_16X16 } },
174 // BLOCK_16X16
vp9_enums.h 50 #define BLOCK_16X16 6
vp9_mfqe.c 72 if (block_size == BLOCK_16X16) {
132 if (bs == BLOCK_16X16) {
149 if (bs == BLOCK_16X16) {
168 if (bs == BLOCK_16X16) {
205 cur_bs >= BLOCK_16X16 && mv_len_square <= mv_threshold;
226 if (bs == BLOCK_16X16) {
246 bs_tmp = BLOCK_16X16;
279 bs_tmp = BLOCK_16X16;
vp9_loopfilter.c 92 0x0000000000000101ULL, // BLOCK_16X16,
109 0x0000000000000003ULL, // BLOCK_16X16
127 0x0000000000000303ULL, // BLOCK_16X16
163 0x0001, // BLOCK_16X16,
179 0x0001, // BLOCK_16X16
196 0x0001, // BLOCK_16X16
    [all...]
  /external/libvpx/libvpx/test/
vp9_denoiser_test.cc 111 make_tuple(&vp9_denoiser_filter_sse2, BLOCK_16X16),
126 make_tuple(&vp9_denoiser_filter_neon, BLOCK_16X16),
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 32 const vp9_variance_fn_ptr_t v_fn_ptr = cpi->fn_ptr[BLOCK_16X16];
47 vp9_full_pixel_search(cpi, x, BLOCK_16X16, &ref_full, step_param,
70 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16);
238 mi_local.sb_type = BLOCK_16X16;
vp9_encodeframe.c 189 return BLOCK_16X16;
356 case BLOCK_16X16: {
593 cpi->vbp_bsize_min = BLOCK_16X16;
754 ysignal, usignal, vsignal, sp, spuv, BLOCK_16X16, consec_zeromv, 0);
829 if ((*this_mi)->sb_type == BLOCK_16X16 ||
    [all...]
vp9_context_tree.c 15 BLOCK_8X8, BLOCK_16X16, BLOCK_32X32, BLOCK_64X64,
vp9_skin_detection.c 178 if (y_bsize == 16) block_size = BLOCK_16X16;
vp9_speed_features.c 56 return BLOCK_16X16;
169 sf->use_square_only_threshold = BLOCK_16X16;
506 if (i > BLOCK_16X16)
737 sf->always_this_block_size = BLOCK_16X16;
vp9_aq_cyclicrefresh.c 68 else if (bsize >= BLOCK_16X16 && rate < cr->thresh_rate_sb &&
166 if (refresh_this_block == 0 && bsize <= BLOCK_16X16 &&
vp9_noise_estimate.c 159 int bsize = BLOCK_16X16;
vp9_temporal_filter.c 263 vp9_full_pixel_search(cpi, x, BLOCK_16X16, &best_ref_mv1_full, step_param,
273 x->errorperbit, &cpi->fn_ptr[BLOCK_16X16], 0,
vp9_denoiser.c 214 (bs == BLOCK_16X16 && width > 480 &&
vp9_pickmode.c     [all...]
vp9_encoder.c     [all...]
vp9_firstpass.c 461 return 2 * mb_row + 1 < cm->mi_rows ? BLOCK_16X16 : BLOCK_16X8;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c     [all...]
temporal_filter.c 160 &cpi->fn_ptr[BLOCK_16X16], NULL, NULL, &best_ref_mv1);
170 &cpi->fn_ptr[BLOCK_16X16], NULL, &distortion, &sse);
pickinter.c 556 vp8_get_inter_mbpred_error(x, &cpi->fn_ptr[BLOCK_16X16], sse, mv);
    [all...]
onyx_int.h 206 BLOCK_16X16,
onyx_if.c     [all...]
firstpass.c 422 vp8_variance_fn_ptr_t v_fn_ptr = cpi->fn_ptr[BLOCK_16X16];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_denoiser_neon.c 340 if (bs == BLOCK_16X16 || bs == BLOCK_32X32 || bs == BLOCK_64X64 ||
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_denoiser_sse2.c 315 if (bs == BLOCK_16X16 || bs == BLOCK_32X32 || bs == BLOCK_64X64 ||

Completed in 726 milliseconds