Searched defs:prev_y (Results 1 - 6 of 6) 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/brotli/src/woff2/
H A Dglyph.cc171 int prev_y = 0; local
182 glyph->contours[i][j].y = prev_y + sign * y_delta;
191 glyph->contours[i][j].y = prev_y + y_delta;
193 prev_y = glyph->contours[i][j].y;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_bmp.cpp352 int prev_y = y; local
367 line_end_flag = y - prev_y;
371 int prev_y = y; local
382 line_end_flag = y - prev_y;
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c912 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red,
928 if ((uint8_t)green_to_red == prev_y.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,
995 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) {
1001 if ((uint8_t)red_to_blue == prev_y.red_to_blue_) {
1015 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality,
1044 prev_y, green_to_blu
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/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);
1396 if (FXSYS_fabs(this_y - prev_y) > threshold * 2) {
/external/webp/src/dsp/
H A Dlossless.c903 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red,
919 if ((uint8_t)green_to_red == prev_y.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,
986 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) {
992 if ((uint8_t)red_to_blue == prev_y.red_to_blue_) {
1006 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality,
1035 prev_y, green_to_blu
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...]

Completed in 693 milliseconds