Searched defs:new_y (Results 1 – 10 of 10) sorted by relevance
49 for (int new_y = 0; new_y < height_; ++new_y) { in Downsample2x32ColumnsNeon() local112 for (int new_y = 0; new_y < height_; ++new_y) { in Downsample4x32ColumnsNeon() local
166 float new_y = y(); in AdjustToFit() local182 float new_y = y() + (height() - new_height) / 2; in ClampToCenteredSize() local
240 int new_y = y(); in AdjustToFit() local256 int new_y = y() + (height() - new_height) / 2; in ClampToCenteredSize() local
209 const int new_y = (int)dst[i] + diff_y; in SharpYUVUpdateY_C() local
206 const int new_y = (int)(dst[i]) + diff_y; in SharpYUVUpdateY_NEON() local
784 const int new_y = (int)dst[i] + diff_y; in SharpYUVUpdateY_SSE2() local
22 CFX_PTemplate(BaseType new_x, BaseType new_y) : x(new_x), y(new_y) {} in CFX_PTemplate()141 CFX_VTemplate(BaseType new_x, BaseType new_y) in CFX_VTemplate()
376 void set_y(float new_y) { y_ = new_y; } in set_y()
886 int new_x, new_y, max_x; in get_texel_cube_seamless() local