Searched refs:BLOCK_TYPES (Results 1 – 12 of 12) sorted by relevance
62 #define BLOCK_TYPES 4 macro92 extern const vp8_prob vp8_coef_update_probs[BLOCK_TYPES][COEF_BANDS]
22 [BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES] = {
21 [BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES] = {
45 vp8_prob coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
428 vp8_prob frame_coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]430 char update_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES];432 unsigned int frame_branch_ct[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]697 int token_costs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
21 [BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS] = {
134 unsigned int coef_counts[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
623 coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES])629 for (i = 0; i < BLOCK_TYPES; ++i)737 } while (++i < BLOCK_TYPES); in independent_coef_context_savings()773 } while (++i < BLOCK_TYPES); in default_coef_context_savings()951 } while (++i < BLOCK_TYPES); in vp8_update_coef_probs()983 } while (++i < BLOCK_TYPES); in pack_coef_probs()
113 int c[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in fill_token_costs()114 const vp8_prob p[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] in fill_token_costs()118 for (i = 0; i < BLOCK_TYPES; ++i) { in fill_token_costs()
662 } while (++i < BLOCK_TYPES); in sum_coef_counts()
168 const char *BLOCK_TYPES[] = {"raw", "rle", "compressed"}; variable1088 DISPLAYLEVEL(4, " block type: %s\n", BLOCK_TYPES[blockType]); in writeBlock()
1182 for (i = 0; i < BLOCK_TYPES; ++i) { in vp8_decode_frame()