Searched refs:best_tx (Results 1 – 2 of 2) sorted by relevance
941 VP8LMultipliers* const best_tx) { in GetBestGreenToRed() argument973 best_tx->green_to_red_ = green_to_red; in GetBestGreenToRed()1017 VP8LMultipliers* const best_tx) { in GetBestGreenRedToBlue() argument1047 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() local1071 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()
497 TX_SIZE best_tx = TX_4X4; in choose_tx_size_from_rd() local527 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() local862 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()