Searched defs:best_tx (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/dsp/
H A Dlossless.c941 VP8LMultipliers* const best_tx) {
973 best_tx->green_to_red_ = green_to_red;
1017 VP8LMultipliers* const best_tx) {
1047 best_tx->green_to_blue_ = green_to_blue;
1048 best_tx->red_to_blue_ = red_to_blue;
1070 VP8LMultipliers best_tx; local
1071 MultipliersClear(&best_tx);
1074 prev_x, prev_y, accumulated_red_histo, argb, &best_tx);
1077 argb, &best_tx);
1078 return best_tx;
937 GetBestGreenToRed( int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, const int accumulated_red_histo[256], const uint32_t* const argb, VP8LMultipliers* const best_tx) argument
1013 GetBestGreenRedToBlue( int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, const int accumulated_blue_histo[256], const uint32_t* const argb, VP8LMultipliers* const best_tx) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c628 TX_SIZE best_tx = max_tx_size; local
683 best_tx = n;
687 mbmi->tx_size = best_tx;
1044 TX_SIZE best_tx = TX_4X4; local
1078 best_tx = mic->mbmi.tx_size;
1087 mic->mbmi.tx_size = best_tx;

Completed in 107 milliseconds