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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 26 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];
vp9_enums.h 60 TX_SIZES
vp9_entropymode.c 407 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)
vp9_onyxc_int.h 45 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]
vp9_loopfilter.c 29 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]= {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 285 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];
vp9_bitstream.c 46 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-1] = {\n")
    [all...]
vp9_block.h 151 uint8_t zcoeff_blk[TX_SIZES][256];
159 vp9_coeff_cost token_costs[TX_SIZES];
vp9_rdopt.c 481 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};
    [all...]
vp9_encodeframe.c     [all...]
vp9_onyx_if.c 748 for (i = 0; i < TX_SIZES; i++) {
942 for (i = 0; i < TX_SIZES; i++) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 102 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)
    [all...]

Completed in 130 milliseconds