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

/external/chromium_org/third_party/libwebp/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/webp/src/dsp/
H A Dlossless.c932 VP8LMultipliers* const best_tx) {
964 best_tx->green_to_red_ = green_to_red;
1008 VP8LMultipliers* const best_tx) {
1038 best_tx->green_to_blue_ = green_to_blue;
1039 best_tx->red_to_blue_ = red_to_blue;
1061 VP8LMultipliers best_tx; local
1062 MultipliersClear(&best_tx);
1065 prev_x, prev_y, accumulated_red_histo, argb, &best_tx);
1068 argb, &best_tx);
1069 return best_tx;
928 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
1004 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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c528 TX_SIZE best_tx = max_tx_size; local
565 best_tx = n;
570 best_tx : MIN(max_tx_size, max_mode_tx_size);
583 if (max_tx_size == TX_32X32 && best_tx == TX_32X32) {
585 } else if (max_tx_size >= TX_16X16 && best_tx == TX_16X16) {
842 TX_SIZE best_tx = TX_4X4; local
876 best_tx = mic->mbmi.tx_size;
895 mic->mbmi.tx_size = best_tx;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c811 TX_SIZE best_tx = TX_4X4; local
838 best_tx = n;
843 best_tx : MIN(max_tx_size, max_mode_tx_size);
855 if (max_tx_size == TX_32X32 && best_tx == TX_32X32) {
858 } else if (max_tx_size >= TX_16X16 && best_tx == TX_16X16) {
895 TX_SIZE best_tx = TX_4X4; local
922 best_tx = n;
927 best_tx : MIN(max_tx_size, max_mode_tx_size);
935 if (max_tx_size == TX_32X32 && best_tx == TX_32X32) {
937 } else if (max_tx_size >= TX_16X16 && best_tx
1248 TX_SIZE best_tx = TX_4X4; local
[all...]

Completed in 74 milliseconds