/external/libvpx/libvpx/vp9/common/ |
vp9_default_coef_probs.h | 12 static const vp9_coeff_probs_model default_coef_probs_4x4[BLOCK_TYPES] = { 183 static const vp9_coeff_probs_model default_coef_probs_8x8[BLOCK_TYPES] = { 354 static const vp9_coeff_probs_model default_coef_probs_16x16[BLOCK_TYPES] = { 525 static const vp9_coeff_probs_model default_coef_probs_32x32[BLOCK_TYPES] = {
|
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_entropy.h | 61 #define BLOCK_TYPES 2
|
vp9_entropy.c | 626 for (i = 0; i < BLOCK_TYPES; ++i)
|
/external/libvpx/libvpx/vp8/encoder/ |
defaultcoefcounts.h | 13 static const unsigned int default_coef_counts[BLOCK_TYPES]
|
tokenize.h | 40 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
|
block.h | 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]) 797 for (i = 0; i < BLOCK_TYPES; i++) 924 while (++i < BLOCK_TYPES); 973 while (++i < BLOCK_TYPES); [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] = {"); 482 while (++type < BLOCK_TYPES);
|
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] 159 for (i = 0; i < BLOCK_TYPES; i++) [all...] |
encodeframe.c | 710 while (++i < BLOCK_TYPES); [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 | 15 static const vp8_prob default_coef_probs [BLOCK_TYPES]
|
entropy.h | 60 #define BLOCK_TYPES 4 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 | 46 extern vp9_coeff_accum context_counters[TX_SIZES][BLOCK_TYPES];
|
vp9_tokenize.c | 28 vp9_coeff_accum context_counters[TX_SIZES][BLOCK_TYPES]; 29 extern vp9_coeff_stats tree_update_hist[TX_SIZES][BLOCK_TYPES]; 259 int block_types, const char *header) { 293 } while (++type < block_types); 298 int block_types, const char *header) { 344 } while (++type < block_types); 355 print_counter(f, context_counters[TX_4X4], BLOCK_TYPES, 356 "vp9_default_coef_counts_4x4[BLOCK_TYPES]"); 357 print_counter(f, context_counters[TX_8X8], BLOCK_TYPES, 358 "vp9_default_coef_counts_8x8[BLOCK_TYPES]"); [all...] |
vp9_block.h | 81 typedef unsigned int vp9_coeff_cost[BLOCK_TYPES][REF_TYPES][COEF_BANDS][2]
|
vp9_onyx_int.h | 82 vp9_coeff_probs_model coef_probs[TX_SIZES][BLOCK_TYPES]; 490 vp9_coeff_count coef_counts[TX_SIZES][BLOCK_TYPES]; 491 vp9_coeff_probs_model frame_coef_probs[TX_SIZES][BLOCK_TYPES]; 492 vp9_coeff_stats frame_branch_ct[TX_SIZES][BLOCK_TYPES];
|
vp9_bitstream.c | 47 vp9_coeff_stats tree_update_hist[TX_SIZES][BLOCK_TYPES]; 715 static void print_prob_tree(vp9_coeff_probs *coef_probs, int block_types) { 720 for (i = 0; i < block_types; i++) { 752 for (i = 0; i < BLOCK_TYPES; ++i) { 805 for (i = 0; i < BLOCK_TYPES; ++i) { 844 for (i = 0; i < BLOCK_TYPES; ++i) { 895 for (i = 0; i < BLOCK_TYPES; ++i) { [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
ecmametadatapass.py | 115 BLOCK_TYPES = frozenset([ 266 if self._context.type in EcmaContext.BLOCK_TYPES:
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
ecmametadatapass.py | 115 BLOCK_TYPES = frozenset([ 266 if self._context.type in EcmaContext.BLOCK_TYPES:
|
/external/libvpx/libvpx/vp8/decoder/ |
decodframe.c | [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodframe.c | 361 for (i = 0; i < BLOCK_TYPES; i++) [all...] |