Searched refs:prev_x (Results 1 - 8 of 8) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aaevents.c49 static int prev_button = -1, prev_x = -1, prev_y = -1; local
95 if ( prev_x != mouse_x || prev_y != mouse_y ) {
100 prev_x = mouse_x; prev_y = mouse_y;
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c912 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,
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
1057 GetBestColorTransformForTile( int tile_x, int tile_y, int bits, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, int xsize, int ysize, const int accumulated_red_histo[256], const int accumulated_blue_histo[256], const uint32_t* const argb) argument
1103 VP8LMultipliers prev_x, prev_y; local
[all...]
/external/webp/src/dsp/
H A Dlossless.c903 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,
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
1048 GetBestColorTransformForTile( int tile_x, int tile_y, int bits, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, int xsize, int ysize, const int accumulated_red_histo[256], const int accumulated_blue_histo[256], const uint32_t* const argb) argument
1094 VP8LMultipliers prev_x, prev_y; local
[all...]
/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.cc144 int prev_x = 0; local
155 glyph->contours[i][j].x = prev_x + sign * x_delta;
164 glyph->contours[i][j].x = prev_x + x_delta;
166 prev_x = glyph->contours[i][j].x;
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_unittest.cc1437 int prev_x = x; local
1442 EXPECT_LT(prev_x, x);
1443 prev_x = x;
1448 EXPECT_EQ(prev_x, x);
1453 EXPECT_EQ(prev_x, x);
1464 prev_x = x;
1469 EXPECT_EQ(prev_x, x);
1474 EXPECT_LT(prev_x, x);
1475 prev_x = x;
1480 EXPECT_LT(prev_x,
1493 int prev_x = x; local
[all...]
/external/valgrind/main/massif/
H A Dms_print533 my $prev_x = 0;
540 $prev_x = $x;
557 for (my $x2 = $prev_x + 1; $x2 < $x; $x2++) {
H A Dms_print.in533 my $prev_x = 0;
540 $prev_x = $x;
557 for (my $x2 = $prev_x + 1; $x2 < $x; $x2++) {
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp1390 FX_FLOAT prev_x = prev_Obj.m_pTextObj->GetPosX(), prev_y = prev_Obj.m_pTextObj->GetPosY(); local
1391 prev_Obj.m_formMatrix.Transform(prev_x, prev_y);
1392 m_DisplayMatrix.Transform(prev_x, prev_y);

Completed in 589 milliseconds