Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.c941 VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument
973 best_tx->green_to_red_ = green_to_red; in GetBestGreenToRed()
1017 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument
1047 best_tx->green_to_blue_ = green_to_blue; in GetBestGreenRedToBlue()
1048 best_tx->red_to_blue_ = red_to_blue; in GetBestGreenRedToBlue()
1070 VP8LMultipliers best_tx; in GetBestColorTransformForTile() local
1071 MultipliersClear(&best_tx); in GetBestColorTransformForTile()
1074 prev_x, prev_y, accumulated_red_histo, argb, &best_tx); in GetBestColorTransformForTile()
1077 argb, &best_tx); in GetBestColorTransformForTile()
1078 return best_tx; in GetBestColorTransformForTile()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c497 TX_SIZE best_tx = TX_4X4; in choose_tx_size_from_rd() local
527 best_tx = n; in choose_tx_size_from_rd()
532 best_tx : MIN(max_tx_size, max_mode_tx_size); in choose_tx_size_from_rd()
545 if (max_tx_size == TX_32X32 && best_tx == TX_32X32) { in choose_tx_size_from_rd()
548 } else if (max_tx_size >= TX_16X16 && best_tx == TX_16X16) { in choose_tx_size_from_rd()
828 TX_SIZE best_tx = TX_4X4; in rd_pick_intra_sby_mode() local
862 best_tx = mic->mbmi.tx_size; in rd_pick_intra_sby_mode()
881 mic->mbmi.tx_size = best_tx; in rd_pick_intra_sby_mode()