Home | History | Annotate | Download | only in dsp

Lines Matching refs:best_tx

834     const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) {
858 best_tx->green_to_red_ = green_to_red_best;
912 VP8LMultipliers* const best_tx) {
950 best_tx->green_to_blue_ = green_to_blue_best;
951 best_tx->red_to_blue_ = red_to_blue_best;
973 VP8LMultipliers best_tx;
974 MultipliersClear(&best_tx);
977 prev_x, prev_y, quality, accumulated_red_histo, &best_tx);
980 &best_tx);
981 return best_tx;