Searched refs:PREV_COEF_CONTEXTS (Results 1 - 24 of 24) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Ddefaultcoefcounts.h15 [PREV_COEF_CONTEXTS]
H A Dtokenize.h40 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
H A Dblock.h102 int (*token_costs)[COEF_BANDS][PREV_COEF_CONTEXTS]
134 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
H A Donyx_int.h444 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];
697 [PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS];
H A Dbitstream.c55 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])
803 for (k = 0; k < PREV_COEF_CONTEXTS; k++)
823 const unsigned int probs[PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS],
829 for (j=0; j < PREV_COEF_CONTEXTS; ++j)
907 while (++k < PREV_COEF_CONTEXTS);
969 while (++k < PREV_COEF_CONTEXTS);
1097 for (k = 0; k < PREV_COEF_CONTEXTS; ++k)
1196 while (++k < PREV_COEF_CONTEXTS);
1239 while (++k < PREV_COEF_CONTEXTS);
[all...]
H A Dtokenize.c24 _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] = {");
473 while (++pt < PREV_COEF_CONTEXTS);
H A Drdopt.c152 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]
161 for (k = 0; k < PREV_COEF_CONTEXTS; k++)
H A Dencodeframe.c706 while (++k < PREV_COEF_CONTEXTS);
/external/libvpx/libvpx/vp8/common/
H A Dcoefupdateprobs.h15 const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES] =
H A Ddefault_coef_probs.h17 [PREV_COEF_CONTEXTS]
H A Dentropy.h85 # define PREV_COEF_CONTEXTS 3 macro
89 extern const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
H A Donyxc_int.h43 vp8_prob coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.h31 typedef int64_t vp9_coeff_accum[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
H A Dvp9_block.h82 [PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS];
H A Dvp9_bitstream.c726 for (l = 0; l < PREV_COEF_CONTEXTS; l++) {
746 unsigned int (*eob_branch_ct)[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] =
755 for (l = 0; l < PREV_COEF_CONTEXTS; ++l) {
808 for (l = 0; l < PREV_COEF_CONTEXTS; ++l) {
847 for (l = 0; l < PREV_COEF_CONTEXTS; ++l) {
889 PREV_COEF_CONTEXTS >> 1 : PREV_COEF_CONTEXTS);
898 for (l = 0; l < PREV_COEF_CONTEXTS; ++l) {
1585 for (l = 0; l < PREV_COEF_CONTEXTS; l++) {
H A Dvp9_tokenize.c287 } while (++pt < PREV_COEF_CONTEXTS);
338 } while (++pt < PREV_COEF_CONTEXTS);
H A Dvp9_rdopt.c120 for (l = 0; l < PREV_COEF_CONTEXTS; l++) {
495 unsigned int (*token_costs)[2][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS] =
H A Dvp9_onyx_if.c2547 for (l = 0; l < PREV_COEF_CONTEXTS; ++l) {
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropy.h83 #define PREV_COEF_CONTEXTS 6 macro
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]
207 [PREV_COEF_CONTEXTS]
211 [PREV_COEF_CONTEXTS]
214 [PREV_COEF_CONTEXTS]
H A Dvp9_entropy.c620 unsigned int (*eob_branch_count)[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] =
629 for (l = 0; l < PREV_COEF_CONTEXTS; ++l) {
H A Dvp9_onyxc_int.h64 [COEF_BANDS][PREV_COEF_CONTEXTS];
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.c99 vp9_prob (*coef_probs)[PREV_COEF_CONTEXTS][UNCONSTRAINED_NODES] =
101 vp9_prob coef_probs_full[COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES];
102 uint8_t load_map[COEF_BANDS][PREV_COEF_CONTEXTS] = { { 0 } };
H A Dvp9_decodframe.c364 for (l = 0; l < PREV_COEF_CONTEXTS; l++)
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodframe.c1319 for (k = 0; k < PREV_COEF_CONTEXTS; k++)

Completed in 318 milliseconds