Searched refs:all_x_max (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c711 int all_x_max = tile_x_offset + max_tile_size; local
712 if (all_x_max > width) {
713 all_x_max = width;
729 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
911 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max,
920 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
938 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max,
953 tile_x_offset, tile_y_offset, all_x_max, all_y_max, xsize,
959 tile_x_offset, tile_y_offset, all_x_max, all_y_max, xsize,
977 int tile_x_offset, int tile_y_offset, int all_x_max, in
910 GetPredictionCostCrossColorRed( 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 green_to_red, const int accumulated_red_histo[256], const uint32_t* const argb) argument
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
976 GetPredictionCostCrossColorBlue( 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 green_to_blue, int red_to_blue, const int accumulated_blue_histo[256], const uint32_t* const argb) 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
1068 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); local
1111 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width); local
[all...]
/external/webp/src/dsp/
H A Dlossless.c702 int all_x_max = tile_x_offset + max_tile_size; local
703 if (all_x_max > width) {
704 all_x_max = width;
720 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
902 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max,
911 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
929 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max,
944 tile_x_offset, tile_y_offset, all_x_max, all_y_max, xsize,
950 tile_x_offset, tile_y_offset, all_x_max, all_y_max, xsize,
968 int tile_x_offset, int tile_y_offset, int all_x_max, in
901 GetPredictionCostCrossColorRed( 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 green_to_red, const int accumulated_red_histo[256], const uint32_t* const argb) argument
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
967 GetPredictionCostCrossColorBlue( 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 green_to_blue, int red_to_blue, const int accumulated_blue_histo[256], const uint32_t* const argb) 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
1059 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); local
1102 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width); local
[all...]

Completed in 170 milliseconds