HomeSort by relevance Sort by last modified time
    Searched refs:best_tx (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
predictor_enc.c 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; local
693 MultipliersClear(&best_tx);
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx);
699 &best_tx);
700 return best_tx;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 846 TX_SIZE best_tx = max_tx_size; local
899 best_tx = n;
903 mi->tx_size = best_tx;
1246 TX_SIZE best_tx = TX_4X4; local
    [all...]

Completed in 663 milliseconds