Home
last modified time | relevance | path

Searched refs:best_tx (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/enc/
Dpredictor_enc.c566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
590 best_tx->green_to_red_ = green_to_red_best; in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best; in GetBestGreenRedToBlue()
692 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
693 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
699 &best_tx); in GetBestColorTransformForTile()
700 return best_tx; in GetBestColorTransformForTile()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c846 TX_SIZE best_tx = max_tx_size; in choose_tx_size_from_rd() local
899 best_tx = n; in choose_tx_size_from_rd()
903 mi->tx_size = best_tx; in choose_tx_size_from_rd()
1246 TX_SIZE best_tx = TX_4X4; in rd_pick_intra_sby_mode() local
1277 best_tx = mic->tx_size; in rd_pick_intra_sby_mode()
1286 mic->tx_size = best_tx; in rd_pick_intra_sby_mode()