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

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c697 const int tile_y_offset = tile_y * max_tile_size; local
699 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
705 memcpy(current_tile_rows, &argb[tile_y_offset * width],
724 int all_y = tile_y_offset + y;
911 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max,
917 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) {
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, 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
1066 const int tile_y_offset = tile_y * max_tile_size; local
1110 const int tile_y_offset = tile_y * max_tile_size; local
[all...]
/external/webp/src/dsp/
H A Dlossless.c688 const int tile_y_offset = tile_y * max_tile_size; local
690 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
696 memcpy(current_tile_rows, &argb[tile_y_offset * width],
715 int all_y = tile_y_offset + y;
902 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max,
908 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) {
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, 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
1057 const int tile_y_offset = tile_y * max_tile_size; local
1101 const int tile_y_offset = tile_y * max_tile_size; local
[all...]

Completed in 418 milliseconds