Searched defs:new_y (Results 1 – 11 of 11) sorted by relevance
48 for (int new_y = 0; new_y < height_; ++new_y) { in Downsample2x32ColumnsNeon() local111 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
23 CFX_PTemplate(BaseType new_x, BaseType new_y) : x(new_x), y(new_y) {} in CFX_PTemplate()142 CFX_VTemplate(BaseType new_x, BaseType new_y) in CFX_VTemplate()
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
376 void set_y(float new_y) { y_ = new_y; } in set_y()
1039 int new_x, new_y, max_x; in get_texel_cube_seamless() local