Home | History | Annotate | Download | only in enc

Lines Matching refs:best_tx

566     const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) {
590 best_tx->green_to_red_ = green_to_red_best;
631 VP8LMultipliers* const best_tx) {
669 best_tx->green_to_blue_ = green_to_blue_best;
670 best_tx->red_to_blue_ = red_to_blue_best;
692 VP8LMultipliers best_tx;
693 MultipliersClear(&best_tx);
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx);
699 &best_tx);
700 return best_tx;