Home | History | Annotate | Download | only in dsp

Lines Matching refs:prev_x

912     int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red,
925 if ((uint8_t)green_to_red == prev_x.green_to_red_) {
939 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y,
954 prev_x, prev_y, min_green_to_red, accumulated_red_histo, argb);
960 prev_x, prev_y, max_green_to_red, accumulated_red_histo, argb);
978 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y,
992 if ((uint8_t)green_to_blue == prev_x.green_to_blue_) {
998 if ((uint8_t)red_to_blue == prev_x.red_to_blue_) {
1015 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality,
1043 tile_x_offset, tile_y_offset, all_x_max, all_y_max, xsize, prev_x,
1059 VP8LMultipliers prev_x,
1074 prev_x, prev_y, accumulated_red_histo, argb, &best_tx);
1076 xsize, prev_x, prev_y, quality, accumulated_blue_histo,
1103 VP8LMultipliers prev_x, prev_y;
1105 MultipliersClear(&prev_x);
1117 prev_x = GetBestColorTransformForTile(tile_x, tile_y, bits,
1118 prev_x, prev_y,
1123 image[offset] = MultipliersToColorCode(&prev_x);
1125 max_tile_size, prev_x, argb);