Home
last modified time | relevance | path

Searched refs:TX_16X16 (Results 1 – 23 of 23) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.c91 TX_4X4, TX_4X4, TX_4X4, TX_8X8, TX_8X8, TX_8X8, TX_16X16,
92 TX_16X16, TX_16X16, TX_32X32, TX_32X32, TX_32X32, TX_32X32
105 TX_16X16, // ALLOW_16X16
177 { { TX_16X16, TX_8X8 }, { TX_8X8, TX_8X8 } },
178 { { TX_16X16, TX_8X8 }, { TX_8X8, TX_8X8 } },
184 { { TX_16X16, TX_16X16 }, { TX_8X8, TX_8X8 } },
185 { { TX_16X16, TX_16X16 }, { TX_8X8, TX_8X8 } },
191 { { TX_16X16, TX_8X8 }, { TX_16X16, TX_8X8 } },
192 { { TX_16X16, TX_8X8 }, { TX_16X16, TX_8X8 } },
198 { { TX_16X16, TX_16X16 }, { TX_16X16, TX_16X16 } },
[all …]
Dvp9_loopfilter.c772 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask()
773 lfm->above_y[TX_16X16] |= lfm->above_y[TX_32X32]; in vp9_adjust_mask()
774 lfm->left_uv[TX_16X16] |= lfm->left_uv[TX_32X32]; in vp9_adjust_mask()
775 lfm->above_uv[TX_16X16] |= lfm->above_uv[TX_32X32]; in vp9_adjust_mask()
810 lfm->above_uv[TX_8X8] |= lfm->above_uv[TX_16X16]; in vp9_adjust_mask()
811 lfm->above_uv[TX_16X16] = 0; in vp9_adjust_mask()
814 lfm->above_uv[TX_8X8] |= lfm->above_uv[TX_16X16] & 0xff00; in vp9_adjust_mask()
815 lfm->above_uv[TX_16X16] &= ~(lfm->above_uv[TX_16X16] & 0xff00); in vp9_adjust_mask()
844 lfm->left_uv[TX_8X8] |= lfm->left_uv[TX_16X16]; in vp9_adjust_mask()
845 lfm->left_uv[TX_16X16] = 0; in vp9_adjust_mask()
[all …]
Dvp9_entropymode.c288 ct_32x32p[0][1] = tx_count_32x32p[TX_8X8] + tx_count_32x32p[TX_16X16] + in tx_counts_to_branch_counts_32x32()
291 ct_32x32p[1][1] = tx_count_32x32p[TX_16X16] + tx_count_32x32p[TX_32X32]; in tx_counts_to_branch_counts_32x32()
292 ct_32x32p[2][0] = tx_count_32x32p[TX_16X16]; in tx_counts_to_branch_counts_32x32()
299 ct_16x16p[0][1] = tx_count_16x16p[TX_8X8] + tx_count_16x16p[TX_16X16]; in tx_counts_to_branch_counts_16x16()
301 ct_16x16p[1][1] = tx_count_16x16p[TX_16X16]; in tx_counts_to_branch_counts_16x16()
Dvp9_pred_common.h173 case TX_16X16: return tx_probs->p16x16[ctx]; in get_tx_probs()
189 case TX_16X16: return tx_counts->p16x16[ctx]; in get_tx_counts()
Dvp9_enums.h78 #define TX_16X16 ((TX_SIZE)2) // 16x16 transform macro
Dvp9_entropy.h180 case TX_16X16: in get_entropy_context()
Dvp9_entropy.c1042 vp9_copy(cm->fc->coef_probs[TX_16X16], default_coef_probs_16x16); in vp9_default_coef_probs()
Dvp9_reconintra.c74 p[TX_16X16] = vpx_##type##_predictor_16x16; \ in vp9_init_intra_predictors_internal()
/external/libvpx/libvpx/test/
Dpartial_idct_test.cc77 case TX_16X16: size_ = 16; break; in SetUp()
369 &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>, TX_16X16, 256, 8, 2),
372 &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>, TX_16X16, 256, 10, 2),
375 &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>, TX_16X16, 256, 12, 2),
378 &highbd_wrapper<vpx_highbd_idct16x16_38_add_c>, TX_16X16, 38, 8, 2),
381 &highbd_wrapper<vpx_highbd_idct16x16_38_add_c>, TX_16X16, 38, 10, 2),
384 &highbd_wrapper<vpx_highbd_idct16x16_38_add_c>, TX_16X16, 38, 12, 2),
387 &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, TX_16X16, 10, 8, 2),
390 &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, TX_16X16, 10, 10, 2),
393 &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, TX_16X16, 10, 12, 2),
[all …]
Dvp9_quantize_test.cc371 ending_sz = TX_16X16; in TEST_P()
Ddct16x16_test.cc555 const int16_t *scan = vp9_default_scan_orders[TX_16X16].scan; in CompareInvReference()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c348 case TX_16X16: in vp9_xform_quant_fp()
379 case TX_16X16: in vp9_xform_quant_fp()
424 case TX_16X16: in vp9_xform_quant_dc()
454 case TX_16X16: in vp9_xform_quant_dc()
499 case TX_16X16: in vp9_xform_quant()
534 case TX_16X16: in vp9_xform_quant()
628 case TX_16X16: in encode_block()
653 case TX_16X16: in encode_block()
808 case TX_16X16: in vp9_encode_block_intra()
902 case TX_16X16: in vp9_encode_block_intra()
Dvp9_pickmode.c399 else if (tx_size > TX_16X16) in model_rd_for_sb_y_large()
400 tx_size = TX_16X16; in model_rd_for_sb_y_large()
425 : ((tx_size == TX_16X16) ? num16x16 : num32x32); in model_rd_for_sb_y_large()
428 : ((tx_size == TX_16X16) ? sse16x16 : sse32x32); in model_rd_for_sb_y_large()
431 : ((tx_size == TX_16X16) ? var16x16 : var32x32); in model_rd_for_sb_y_large()
434 if (tx_size >= TX_16X16) in model_rd_for_sb_y_large()
438 calculate_variance(bw, bh, TX_16X16, sse16x16, sum16x16, var32x32, in model_rd_for_sb_y_large()
577 else if (xd->mi[0]->tx_size > TX_16X16) in model_rd_for_sb_y()
578 xd->mi[0]->tx_size = TX_16X16; in model_rd_for_sb_y()
717 case TX_16X16: in block_yrd()
[all …]
Dvp9_speed_features.c217 sf->intra_y_mode_mask[TX_16X16] = INTRA_DC_H_V; in set_good_speed_feature_framesize_independent()
218 sf->intra_uv_mode_mask[TX_16X16] = INTRA_DC_H_V; in set_good_speed_feature_framesize_independent()
396 sf->intra_uv_mode_mask[TX_16X16] = INTRA_DC_H_V; in set_rt_speed_feature_framesize_independent()
435 sf->intra_y_mode_mask[TX_16X16] = INTRA_DC_H_V; in set_rt_speed_feature_framesize_independent()
Dvp9_bitstream.c91 if (tx_size != TX_4X4 && max_tx_size >= TX_16X16) { in write_selected_tx_size()
94 vpx_write(w, tx_size != TX_16X16, tx_probs[2]); in write_selected_tx_size()
685 (tx_size >= TX_16X16 && cpi->sf.tx_size_search_method == USE_TX_8X8)) { in update_coef_probs()
Dvp9_mbgraph.c140 vp9_predict_intra_block(xd, 2, TX_16X16, mode, x->plane[0].src.buf, in find_best_16x16_intra()
Dvp9_rd.c468 case TX_16X16: in vp9_get_entropy_contexts()
Dvp9_encodeframe.c4981 count16x16_16x16p += counts->tx.p16x16[i][TX_16X16]; in vp9_encode_frame()
4982 count16x16_lp += counts->tx.p32x32[i][TX_16X16]; in vp9_encode_frame()
4997 reset_skip_tx_size(cm, TX_16X16); in vp9_encode_frame()
Dvp9_rdopt.c614 case TX_16X16: in dist_block()
629 case TX_16X16: vp9_idct16x16_add(dqcoeff, recon, 32, *eob); break; in dist_block()
Dvp9_firstpass.c964 use_dc_pred ? (bsize >= BLOCK_16X16 ? TX_16X16 : TX_8X8) : TX_4X4; in vp9_first_pass_encode_tile_mb_row()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c264 case TX_16X16: in vp9_decode_block_tokens()
265 get_ctx_shift(xd, &ctx_shift_a, &ctx_shift_l, x, y, 1 << TX_16X16); in vp9_decode_block_tokens()
Dvp9_decodeframe.c203 case TX_16X16: in inverse_transform_block_inter()
219 case TX_16X16: vp9_idct16x16_add(dqcoeff, dst, stride, eob); break; in inverse_transform_block_inter()
232 case TX_16X16: vp9_idct16x16_add(dqcoeff, dst, stride, eob); break; in inverse_transform_block_inter()
242 if (tx_size <= TX_16X16 && eob <= 10) in inverse_transform_block_inter()
271 case TX_16X16: in inverse_transform_block_intra()
287 case TX_16X16: in inverse_transform_block_intra()
302 case TX_16X16: in inverse_transform_block_intra()
314 if (tx_type == DCT_DCT && tx_size <= TX_16X16 && eob <= 10) in inverse_transform_block_intra()
Dvp9_decodemv.c70 if (tx_size != TX_4X4 && max_tx_size >= TX_16X16) { in read_selected_tx_size()