Home | History | Annotate | Download | only in dsp

Lines Matching refs:prev_x

903     int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red,
916 if ((uint8_t)green_to_red == prev_x.green_to_red_) {
930 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y,
945 prev_x, prev_y, min_green_to_red, accumulated_red_histo, argb);
951 prev_x, prev_y, max_green_to_red, accumulated_red_histo, argb);
969 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y,
983 if ((uint8_t)green_to_blue == prev_x.green_to_blue_) {
989 if ((uint8_t)red_to_blue == prev_x.red_to_blue_) {
1006 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality,
1034 tile_x_offset, tile_y_offset, all_x_max, all_y_max, xsize, prev_x,
1050 VP8LMultipliers prev_x,
1065 prev_x, prev_y, accumulated_red_histo, argb, &best_tx);
1067 xsize, prev_x, prev_y, quality, accumulated_blue_histo,
1094 VP8LMultipliers prev_x, prev_y;
1096 MultipliersClear(&prev_x);
1108 prev_x = GetBestColorTransformForTile(tile_x, tile_y, bits,
1109 prev_x, prev_y,
1114 image[offset] = MultipliersToColorCode(&prev_x);
1116 max_tile_size, prev_x, argb);