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

  /external/libvpx/libvpx/vp8/encoder/
tokenize.c 135 ++x->coef_counts [1] [0] [pt] [DCT_EOB_TOKEN];
149 ++x->coef_counts [1] [0] [pt] [token];
168 ++x->coef_counts [1] [band] [pt] [token];
181 ++x->coef_counts [1] [band] [pt] [DCT_EOB_TOKEN];
233 ++x->coef_counts [type] [c] [pt] [DCT_EOB_TOKEN];
248 ++x->coef_counts [type] [c] [pt] [token];
266 ++x->coef_counts [type] [band] [pt] [token];
278 ++x->coef_counts [type] [band] [pt] [DCT_EOB_TOKEN];
304 ++x->coef_counts [2] [0] [pt] [DCT_EOB_TOKEN];
319 ++x->coef_counts [2] [0] [pt] [token]
    [all...]
block.h 134 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; member in struct:macroblock
bitstream.c 871 x->coef_counts[i][j];
950 x->coef_counts [i][j][k],
1065 vp8_copy(cpi->mb.coef_counts, default_coef_counts);
    [all...]
encodeframe.c 675 vp8_zero(x->coef_counts);
701 x->coef_counts [i][j][k][t] +=
702 x_thread->coef_counts [i][j][k][t];
    [all...]
ethreading.c 486 vp8_zero(mb->coef_counts);
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.c 385 vp9_coeff_count_model *coef_counts = cm->counts.coef[tx_size]; local
398 coef_counts[i][j][k][l]);
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 73 ++coef_counts[band][pt][token_to_counttoken[token]]; \
106 unsigned int (*coef_counts)[PREV_COEF_CONTEXTS][UNCONSTRAINED_NODES + 1] =
213 ++coef_counts[band][pt][DCT_EOB_MODEL_TOKEN];
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 115 vp9_coeff_count *const counts = cpi->coef_counts[tx_size];
vp9_bitstream.c 669 vp9_coeff_count *coef_counts = cpi->coef_counts[tx_size]; local
683 coef_counts[i][j][k][l]);
695 coef_counts[i][j][k][l][t];
    [all...]
vp9_onyx_int.h 476 vp9_coeff_count coef_counts[TX_SIZES][BLOCK_TYPES]; member in struct:VP9_COMP
vp9_encodeframe.c     [all...]
vp9_onyx_if.c     [all...]

Completed in 1580 milliseconds