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 & 0xff); in GetBestGreenToRed()
631 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
669 best_tx->green_to_blue_ = green_to_blue_best & 0xff; in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; 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.c949 TX_SIZE best_tx = max_tx_size; in choose_tx_size_from_rd() local
1024 best_tx = n; in choose_tx_size_from_rd()
1028 mi->tx_size = best_tx; in choose_tx_size_from_rd()
1385 TX_SIZE best_tx = TX_4X4; in rd_pick_intra_sby_mode() local
1416 best_tx = mic->tx_size; in rd_pick_intra_sby_mode()
1425 mic->tx_size = best_tx; in rd_pick_intra_sby_mode()