Home
last modified time | relevance | path

Searched refs:TX_SIZES (Results 1 – 20 of 20) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h32 vpx_prob p32x32[TX_SIZE_CONTEXTS][TX_SIZES - 1];
33 vpx_prob p16x16[TX_SIZE_CONTEXTS][TX_SIZES - 2];
34 vpx_prob p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 3];
38 unsigned int p32x32[TX_SIZE_CONTEXTS][TX_SIZES];
39 unsigned int p16x16[TX_SIZE_CONTEXTS][TX_SIZES - 1];
40 unsigned int p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 2];
41 unsigned int tx_totals[TX_SIZES];
48 vp9_coeff_probs_model coef_probs[TX_SIZES][PLANE_TYPES];
66 vp9_coeff_count_model coef[TX_SIZES][PLANE_TYPES];
67 unsigned int eob_branch[TX_SIZES][PLANE_TYPES][REF_TYPES]
Dvp9_loopfilter.h61 uint64_t left_y[TX_SIZES];
62 uint64_t above_y[TX_SIZES];
64 uint16_t left_uv[TX_SIZES];
65 uint16_t above_uv[TX_SIZES];
Dvp9_entropymode.c383 unsigned int branch_ct_8x8p[TX_SIZES - 3][2]; in vp9_adapt_mode_probs()
384 unsigned int branch_ct_16x16p[TX_SIZES - 2][2]; in vp9_adapt_mode_probs()
385 unsigned int branch_ct_32x32p[TX_SIZES - 1][2]; in vp9_adapt_mode_probs()
389 for (j = 0; j < TX_SIZES - 3; ++j) in vp9_adapt_mode_probs()
394 for (j = 0; j < TX_SIZES - 2; ++j) in vp9_adapt_mode_probs()
399 for (j = 0; j < TX_SIZES - 1; ++j) in vp9_adapt_mode_probs()
Dvp9_scan.h32 extern const scan_order vp9_default_scan_orders[TX_SIZES];
33 extern const scan_order vp9_scan_orders[TX_SIZES][TX_TYPES];
Dvp9_thread_common.c337 for (i = 0; i < TX_SIZES; i++) in vp9_accumulate_frame_counts()
349 for (i = 0; i < TX_SIZES; i++) in vp9_accumulate_frame_counts()
389 for (j = 0; j < TX_SIZES; j++) in vp9_accumulate_frame_counts()
392 for (j = 0; j < TX_SIZES - 1; j++) in vp9_accumulate_frame_counts()
395 for (j = 0; j < TX_SIZES - 2; j++) in vp9_accumulate_frame_counts()
399 for (i = 0; i < TX_SIZES; i++) in vp9_accumulate_frame_counts()
Dvp9_scan.c698 const scan_order vp9_default_scan_orders[TX_SIZES] = {
705 const scan_order vp9_scan_orders[TX_SIZES][TX_TYPES] = {
Dvp9_common_data.h33 extern const BLOCK_SIZE txsize_to_bsize[TX_SIZES];
Dvp9_enums.h80 #define TX_SIZES ((TX_SIZE)4) macro
Dvp9_common_data.c108 const BLOCK_SIZE txsize_to_bsize[TX_SIZES] = {
Dvp9_reconintra.c59 static intra_pred_fn pred[INTRA_MODES][TX_SIZES];
60 static intra_pred_fn dc_pred[2][2][TX_SIZES];
Dvp9_loopfilter.c39 static const uint64_t left_64x64_txform_mask[TX_SIZES]= {
63 static const uint64_t above_64x64_txform_mask[TX_SIZES]= {
141 static const uint16_t left_64x64_txform_mask_uv[TX_SIZES]= {
148 static const uint16_t above_64x64_txform_mask_uv[TX_SIZES]= {
/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h105 uint8_t zcoeff_blk[TX_SIZES][256];
112 vp9_coeff_cost token_costs[TX_SIZES];
Dvp9_speed_features.h343 int intra_y_mode_mask[TX_SIZES];
344 int intra_uv_mode_mask[TX_SIZES];
Dvp9_speed_features.c208 for (i = 0; i < TX_SIZES; ++i) { in set_good_speed_feature()
330 for (i = 0; i < TX_SIZES; i++) { in set_rt_speed_feature()
493 for (i = 0; i < TX_SIZES; i++) { in vp9_set_speed_features_framesize_independent()
Dvp9_bitstream.c824 unsigned int ct_8x8p[TX_SIZES - 3][2]; in encode_txfm_probs()
825 unsigned int ct_16x16p[TX_SIZES - 2][2]; in encode_txfm_probs()
826 unsigned int ct_32x32p[TX_SIZES - 1][2]; in encode_txfm_probs()
831 for (j = 0; j < TX_SIZES - 3; j++) in encode_txfm_probs()
837 for (j = 0; j < TX_SIZES - 2; j++) in encode_txfm_probs()
844 for (j = 0; j < TX_SIZES - 1; j++) in encode_txfm_probs()
Dvp9_ethread.c25 for (i = 0; i < TX_SIZES; i++) in accumulate_rd_opt()
Dvp9_rdopt.c351 static const int16_t band_counts[TX_SIZES][8] = {
642 int r[TX_SIZES][2], s[TX_SIZES]; in choose_tx_size_from_rd()
643 int64_t d[TX_SIZES], sse[TX_SIZES]; in choose_tx_size_from_rd()
644 int64_t rd[TX_SIZES][2] = {{INT64_MAX, INT64_MAX}, in choose_tx_size_from_rd()
2982 int rate_uv_intra[TX_SIZES], rate_uv_tokenonly[TX_SIZES]; in vp9_rd_pick_inter_mode_sb()
2983 int64_t dist_uv[TX_SIZES]; in vp9_rd_pick_inter_mode_sb()
2984 int skip_uv[TX_SIZES]; in vp9_rd_pick_inter_mode_sb()
2985 PREDICTION_MODE mode_uv[TX_SIZES]; in vp9_rd_pick_inter_mode_sb()
3014 for (i = 0; i < TX_SIZES; i++) in vp9_rd_pick_inter_mode_sb()
Dvp9_encoder.h259 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES];
Dvp9_pickmode.c1086 TX_SIZE best_tx_size = TX_SIZES; in vp9_pick_inter_mode()
1536 TX_SIZE best_intra_tx_size = TX_SIZES; in vp9_pick_inter_mode()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c95 for (j = 0; j < TX_SIZES - 3; ++j) in read_tx_mode_probs()
99 for (j = 0; j < TX_SIZES - 2; ++j) in read_tx_mode_probs()
103 for (j = 0; j < TX_SIZES - 1; ++j) in read_tx_mode_probs()