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

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c710 const int tile_x_offset = tile_x * max_tile_size; local
711 int all_x_max = tile_x_offset + max_tile_size;
728 ix = all_y * width + tile_x_offset;
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,
918 int ix = all_y * xsize + tile_x_offset;
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_offse
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
1067 const int tile_x_offset = tile_x * max_tile_size; local
1109 const int tile_x_offset = tile_x * max_tile_size; local
[all...]
/external/webp/src/dsp/
H A Dlossless.c701 const int tile_x_offset = tile_x * max_tile_size; local
702 int all_x_max = tile_x_offset + max_tile_size;
719 ix = all_y * width + tile_x_offset;
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,
909 int ix = all_y * xsize + tile_x_offset;
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_offse
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
1058 const int tile_x_offset = tile_x * max_tile_size; local
1100 const int tile_x_offset = tile_x * max_tile_size; local
[all...]

Completed in 390 milliseconds