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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymode.h26 vp9_prob p32x32[TX_SIZE_CONTEXTS][TX_SIZES - 1];
27 vp9_prob p16x16[TX_SIZE_CONTEXTS][TX_SIZES - 2];
28 vp9_prob p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 3];
32 unsigned int p32x32[TX_SIZE_CONTEXTS][TX_SIZES];
33 unsigned int p16x16[TX_SIZE_CONTEXTS][TX_SIZES - 1];
34 unsigned int p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 2];
H A Dvp9_enums.h60 TX_SIZES enumerator in enum:__anon20652
H A Dvp9_entropymode.c407 unsigned int branch_ct_8x8p[TX_SIZES - 3][2];
408 unsigned int branch_ct_16x16p[TX_SIZES - 2][2];
409 unsigned int branch_ct_32x32p[TX_SIZES - 1][2];
413 for (j = 0; j < TX_SIZES - 3; ++j)
418 for (j = 0; j < TX_SIZES - 2; ++j)
423 for (j = 0; j < TX_SIZES - 1; ++j)
H A Dvp9_onyxc_int.h45 vp9_coeff_probs_model coef_probs[TX_SIZES][BLOCK_TYPES];
62 vp9_coeff_count_model coef[TX_SIZES][BLOCK_TYPES];
63 unsigned int eob_branch[TX_SIZES][BLOCK_TYPES][REF_TYPES]
H A Dvp9_loopfilter.c29 uint64_t left_y[TX_SIZES];
30 uint64_t above_y[TX_SIZES];
32 uint16_t left_uv[TX_SIZES];
33 uint16_t above_uv[TX_SIZES];
56 static const uint64_t left_64x64_txform_mask[TX_SIZES]= {
80 static const uint64_t above_64x64_txform_mask[TX_SIZES]= {
158 static const uint16_t left_64x64_txform_mask_uv[TX_SIZES]= {
165 static const uint16_t above_64x64_txform_mask_uv[TX_SIZES]= {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h285 int intra_y_mode_mask[TX_SIZES];
286 int intra_uv_mode_mask[TX_SIZES];
476 vp9_coeff_count coef_counts[TX_SIZES][BLOCK_TYPES];
477 vp9_coeff_probs_model frame_coef_probs[TX_SIZES][BLOCK_TYPES];
478 vp9_coeff_stats frame_branch_ct[TX_SIZES][BLOCK_TYPES];
630 unsigned int tx_stepdown_count[TX_SIZES];
H A Dvp9_bitstream.c46 vp9_coeff_stats tree_update_hist[TX_SIZES][BLOCK_TYPES];
53 int64_t tx_count_32x32p_stats[TX_SIZE_CONTEXTS][TX_SIZES];
54 int64_t tx_count_16x16p_stats[TX_SIZE_CONTEXTS][TX_SIZES - 1];
55 int64_t tx_count_8x8p_stats[TX_SIZE_CONTEXTS][TX_SIZES - 2];
71 for (j = 0; j < TX_SIZES; j++) {
76 for (j = 0; j < TX_SIZES - 1; j++) {
81 for (j = 0; j < TX_SIZES - 2; j++) {
103 "vp9_default_tx_count_32x32p[TX_SIZE_CONTEXTS][TX_SIZES] = {\n");
106 for (j = 0; j < TX_SIZES; j++) {
113 "vp9_default_tx_count_16x16p[TX_SIZE_CONTEXTS][TX_SIZES
[all...]
H A Dvp9_block.h151 uint8_t zcoeff_blk[TX_SIZES][256];
159 vp9_coeff_cost token_costs[TX_SIZES];
H A Dvp9_rdopt.c481 static const int16_t band_counts[TX_SIZES][8] = {
743 int64_t rd[TX_SIZES][2];
846 int64_t rd[TX_SIZES][2];
849 double scale_rd[TX_SIZES] = {1.73, 1.44, 1.20, 1.00};
850 // double scale_r[TX_SIZES] = {2.82, 2.00, 1.41, 1.00};
934 int r[TX_SIZES][2], s[TX_SIZES];
935 int64_t d[TX_SIZES], sse[TX_SIZES];
3181 int rate_uv_intra[TX_SIZES], rate_uv_tokenonl
[all...]
H A Dvp9_encodeframe.c2188 for (i = 0; i < TX_SIZES; ++i)
2303 2048 * (TX_SIZES - 1), 0);
H A Dvp9_onyx_if.c748 for (i = 0; i < TX_SIZES; i++) {
942 for (i = 0; i < TX_SIZES; i++) {
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodframe.c102 for (j = 0; j < TX_SIZES - 3; ++j)
106 for (j = 0; j < TX_SIZES - 2; ++j)
110 for (j = 0; j < TX_SIZES - 1; ++j)

Completed in 154 milliseconds