Searched refs:prev_y (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | lossless.c | 912 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red, in GetPredictionCostCrossColorRed() argument 928 if ((uint8_t)green_to_red == prev_y.green_to_red_) { in GetPredictionCostCrossColorRed() 939 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, in GetBestGreenToRed() argument 954 prev_x, prev_y, min_green_to_red, accumulated_red_histo, argb); in GetBestGreenToRed() 960 prev_x, prev_y, max_green_to_red, accumulated_red_histo, argb); in GetBestGreenToRed() 978 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, in GetPredictionCostCrossColorBlue() argument 995 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) { in GetPredictionCostCrossColorBlue() 1001 if ((uint8_t)red_to_blue == prev_y.red_to_blue_) { in GetPredictionCostCrossColorBlue() 1015 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, in GetBestGreenRedToBlue() argument 1044 prev_y, green_to_blue, red_to_blue, accumulated_blue_histo, argb); in GetBestGreenRedToBlue() [all …]
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_bmp.cpp | 352 int prev_y = y; in ReadData() local 367 line_end_flag = y - prev_y; in ReadData() 371 int prev_y = y; in ReadData() local 382 line_end_flag = y - prev_y; in ReadData()
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text_int.cpp | 1399 FX_FLOAT prev_x = prev_Obj.m_pTextObj->GetPosX(), prev_y = prev_Obj.m_pTextObj->GetPosY(); in ProcessTextObject() local 1400 prev_Obj.m_formMatrix.Transform(prev_x, prev_y); in ProcessTextObject() 1401 m_DisplayMatrix.Transform(prev_x, prev_y); in ProcessTextObject() 1405 if (FXSYS_fabs(this_y - prev_y) > threshold * 2) { in ProcessTextObject()
|