Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpredictor_enc.c544 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
568 best_tx->green_to_red_ = green_to_red_best; in GetBestGreenToRed()
609 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
647 best_tx->green_to_blue_ = green_to_blue_best; in GetBestGreenRedToBlue()
648 best_tx->red_to_blue_ = red_to_blue_best; in GetBestGreenRedToBlue()
670 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
671 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
674 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile()
677 &best_tx); in GetBestColorTransformForTile()
678 return best_tx; in GetBestColorTransformForTile()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c848 TX_SIZE best_tx = max_tx_size; in choose_tx_size_from_rd() local
907 best_tx = n; in choose_tx_size_from_rd()
911 mi->tx_size = best_tx; in choose_tx_size_from_rd()
1254 TX_SIZE best_tx = TX_4X4; in rd_pick_intra_sby_mode() local
1285 best_tx = mic->tx_size; in rd_pick_intra_sby_mode()
1294 mic->tx_size = best_tx; in rd_pick_intra_sby_mode()