Searched refs:VP8LExtraCost (Results 1 – 4 of 4) sorted by relevance
272 + VP8LExtraCost(p->literal_ + NUM_LITERAL_CODES, NUM_LENGTH_CODES) in VP8LHistogramEstimateBits()273 + VP8LExtraCost(p->distance_, NUM_DISTANCE_CODES); in VP8LHistogramEstimateBits()283 + VP8LExtraCost(p->literal_ + NUM_LITERAL_CODES, NUM_LENGTH_CODES) in VP8LHistogramEstimateBitsBulk()284 + VP8LExtraCost(p->distance_, NUM_DISTANCE_CODES); in VP8LHistogramEstimateBitsBulk()392 VP8LExtraCost(h->distance_, NUM_DISTANCE_CODES); in UpdateHistogramCost()395 VP8LExtraCost(h->literal_ + NUM_LITERAL_CODES, in UpdateHistogramCost()
145 extern VP8LCostFunc VP8LExtraCost;
410 VP8LExtraCost = ExtraCost; in VP8LDspInitMIPS32()
1581 VP8LCostFunc VP8LExtraCost; variable1616 VP8LExtraCost = ExtraCost; in VP8LDspInit()