HomeSort by relevance Sort by last modified time
    Searched refs:COEF_BANDS (Results 1 - 22 of 22) 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/common/
vp9_entropy.h 73 #define COEF_BANDS 6
95 typedef unsigned int vp9_coeff_count[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
97 typedef unsigned int vp9_coeff_stats[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
144 typedef vp9_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS]
148 typedef unsigned int vp9_coeff_count_model[REF_TYPES][COEF_BANDS]
vp9_entropy.c 386 unsigned int (*eob_branch_count)[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] =
393 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 103 vp9_prob coef_probs_full[COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES];
104 uint8_t load_map[COEF_BANDS][PREV_COEF_CONTEXTS] = { { 0 } };
vp9_decodframe.c 560 for (k = 0; k < COEF_BANDS; k++)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 670 unsigned int (*eob_branch_ct)[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] =
677 for (k = 0; k < COEF_BANDS; ++k) {
728 for (k = 0; k < COEF_BANDS; ++k) {
767 for (k = 0; k < COEF_BANDS; ++k) {
813 COEF_BANDS >> 1 : COEF_BANDS);
818 for (k = 0; k < COEF_BANDS; ++k) {
    [all...]
vp9_block.h 87 typedef unsigned int vp9_coeff_cost[BLOCK_TYPES][REF_TYPES][COEF_BANDS][2]
vp9_onyx_if.c     [all...]
vp9_rdopt.c 125 for (k = 0; k < COEF_BANDS; k++)
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodframe.c     [all...]

Completed in 122 milliseconds