Home
last modified time | relevance | path

Searched refs:prev_y (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dsp/
Dlossless_enc.c810 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red, in GetPredictionCostCrossColorRed() argument
822 if ((uint8_t)green_to_red == prev_y.green_to_red_) { in GetPredictionCostCrossColorRed()
833 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, in GetBestGreenToRed() argument
839 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
850 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
876 VP8LMultipliers prev_x, VP8LMultipliers prev_y, in GetPredictionCostCrossColorBlue() argument
888 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) { in GetPredictionCostCrossColorBlue()
894 if ((uint8_t)red_to_blue == prev_y.red_to_blue_) { in GetPredictionCostCrossColorBlue()
910 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, in GetBestGreenRedToBlue() argument
923 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenRedToBlue()
[all …]
/external/opencv/otherlibs/highgui/
Dgrfmt_bmp.cpp352 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/autotest/client/tests/kvm/tests/
Dstepmaker.py45 self.prev_y = 0
264 self.prev_x, self.prev_y)
282 if (x, y) != (self.prev_x, self.prev_y):
290 self.prev_y = y
/external/autotest/client/site_tests/firmware_TouchMTB/
Dmtb.py615 prev_x = prev_y = None
636 prev_y = event[MTB.EV_VALUE]
646 if target_slot_live and prev_x and prev_y:
648 list_y.append(prev_y)
871 prev_x = prev_y = None
886 accu_y += self._calc_movement_for_axis(y, prev_y)
887 prev_y = y
/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp1239 prev_y = prev_Obj.m_pTextObj->GetPosY(); in ProcessTextObject() local
1240 prev_Obj.m_formMatrix.Transform(prev_x, prev_y); in ProcessTextObject()
1241 m_DisplayMatrix.Transform(prev_x, prev_y); in ProcessTextObject()
1245 if (FXSYS_fabs(this_y - prev_y) > threshold * 2) { in ProcessTextObject()