Searched refs:src_row_l (Results 1 – 2 of 2) sorted by relevance
74 int src_row_l, in bicubic_get_pos_weight() argument83 pos_pixel[4] = src_row_l - 1; in bicubic_get_pos_weight()84 pos_pixel[5] = src_row_l; in bicubic_get_pos_weight()85 pos_pixel[6] = src_row_l + 1; in bicubic_get_pos_weight()86 pos_pixel[7] = src_row_l + 2; in bicubic_get_pos_weight()494 d.src_row_l = 0; in DoBilinearLoop()495 matrix_fix.Transform(col, row, &d.src_col_l, &d.src_row_l, &d.res_x, in DoBilinearLoop()497 if (InStretchBounds(d.src_col_l, d.src_row_l)) { in DoBilinearLoop()498 AdjustCoords(&d.src_col_l, &d.src_row_l); in DoBilinearLoop()500 d.src_row_r = d.src_row_l + 1; in DoBilinearLoop()[all …]
39 int src_row_l; member50 int src_row_l; member