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

  /external/libvpx/libvpx/vp8/encoder/
defaultcoefcounts.h 14 [COEF_BANDS]
tokenize.h 40 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
block.h 102 int (*token_costs)[COEF_BANDS][PREV_COEF_CONTEXTS]
134 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
onyx_int.h 444 vp8_prob frame_coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
445 char update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
447 unsigned int frame_branch_ct [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES][2];
696 int token_costs[BLOCK_TYPES][COEF_BANDS]
bitstream.c 55 static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES] [2];
791 coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES])
800 for (j = 0; j < COEF_BANDS; j++)
922 while (++j < COEF_BANDS);
971 while (++j < COEF_BANDS);
    [all...]
tokenize.c 24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
434 fprintf(f, "int Contexts[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];\n\n");
436 fprintf(f, "const int default_contexts[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS] = {");
478 while (++band < COEF_BANDS);
rdopt.c 152 int c[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS],
153 const vp8_prob p[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES]
160 for (j = 0; j < COEF_BANDS; j++)
    [all...]
encodeframe.c 708 while (++j < COEF_BANDS);
    [all...]
  /external/libvpx/libvpx/vp8/common/
coefupdateprobs.h 15 const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES] =
default_coef_probs.h 16 [COEF_BANDS]
entropy.h 65 #define COEF_BANDS 8
89 extern const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
onyxc_int.h 43 vp8_prob coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 31 typedef int64_t vp9_coeff_accum[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
vp9_block.h 81 typedef unsigned int vp9_coeff_cost[BLOCK_TYPES][REF_TYPES][COEF_BANDS][2]
vp9_bitstream.c 724 for (k = 0; k < COEF_BANDS; k++) {
746 unsigned int (*eob_branch_ct)[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] =
754 for (k = 0; k < COEF_BANDS; ++k) {
807 for (k = 0; k < COEF_BANDS; ++k) {
846 for (k = 0; k < COEF_BANDS; ++k) {
892 COEF_BANDS >> 1 : COEF_BANDS);
897 for (k = 0; k < COEF_BANDS; ++k) {
    [all...]
vp9_tokenize.c 289 } while (++band < COEF_BANDS);
340 } while (++band < COEF_BANDS);
vp9_onyx_if.c     [all...]
vp9_rdopt.c 119 for (k = 0; k < COEF_BANDS; k++)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 65 #define COEF_BANDS 6
87 typedef unsigned int vp9_coeff_count[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
89 typedef unsigned int vp9_coeff_stats[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
91 typedef vp9_prob vp9_coeff_probs[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
183 ? (COEF_BANDS-1) : band_translate[coef_index];
206 typedef vp9_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS]
210 typedef unsigned int vp9_coeff_count_model[REF_TYPES][COEF_BANDS]
213 typedef unsigned int vp9_coeff_stats_model[REF_TYPES][COEF_BANDS]
vp9_entropy.c 620 unsigned int (*eob_branch_count)[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] =
628 for (k = 0; k < COEF_BANDS; ++k)
vp9_onyxc_int.h 64 [COEF_BANDS][PREV_COEF_CONTEXTS];
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 101 vp9_prob coef_probs_full[COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES];
102 uint8_t load_map[COEF_BANDS][PREV_COEF_CONTEXTS] = { { 0 } };
vp9_decodframe.c 363 for (k = 0; k < COEF_BANDS; k++)
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodframe.c     [all...]

Completed in 54 milliseconds