Lines Matching refs:NUM_LITERAL_CODES
210 NUM_LITERAL_CODES + NUM_LENGTH_CODES + PixOrCopyCacheIdx(v); in VP8LHistogramAddSinglePixOrCopy()
216 ++histo->literal_[NUM_LITERAL_CODES + code]; in VP8LHistogramAddSinglePixOrCopy()
363 + PopulationCost(p->red_, NUM_LITERAL_CODES, NULL, &p->is_used_[1]) in VP8LHistogramEstimateBits()
364 + PopulationCost(p->blue_, NUM_LITERAL_CODES, NULL, &p->is_used_[2]) in VP8LHistogramEstimateBits()
365 + PopulationCost(p->alpha_, NUM_LITERAL_CODES, NULL, &p->is_used_[3]) in VP8LHistogramEstimateBits()
367 + VP8LExtraCost(p->literal_ + NUM_LITERAL_CODES, NUM_LENGTH_CODES) in VP8LHistogramEstimateBits()
384 *cost += VP8LExtraCostCombined(a->literal_ + NUM_LITERAL_CODES, in GetCombinedHistogramEntropy()
385 b->literal_ + NUM_LITERAL_CODES, in GetCombinedHistogramEntropy()
403 GetCombinedEntropy(a->red_, b->red_, NUM_LITERAL_CODES, a->is_used_[1], in GetCombinedHistogramEntropy()
408 GetCombinedEntropy(a->blue_, b->blue_, NUM_LITERAL_CODES, a->is_used_[2], in GetCombinedHistogramEntropy()
413 GetCombinedEntropy(a->alpha_, b->alpha_, NUM_LITERAL_CODES, in GetCombinedHistogramEntropy()
509 PopulationCost(h->alpha_, NUM_LITERAL_CODES, &alpha_sym, in UpdateHistogramCost()
517 VP8LExtraCost(h->literal_ + NUM_LITERAL_CODES, NUM_LENGTH_CODES); in UpdateHistogramCost()
519 PopulationCost(h->red_, NUM_LITERAL_CODES, &red_sym, &h->is_used_[1]); in UpdateHistogramCost()
521 PopulationCost(h->blue_, NUM_LITERAL_CODES, &blue_sym, &h->is_used_[2]); in UpdateHistogramCost()