Searched refs:pos_pixel (Results 1 – 2 of 2) sorted by relevance
52 const int pos_pixel[], in bicubic_interpol() argument64 *(buf + pos_pixel[i + 4] * pitch + pos_pixel[j] * bpp + c_offset); in bicubic_interpol()73 void bicubic_get_pos_weight(int pos_pixel[], in bicubic_get_pos_weight() argument82 pos_pixel[0] = src_col_l - 1; in bicubic_get_pos_weight()83 pos_pixel[1] = src_col_l; in bicubic_get_pos_weight()84 pos_pixel[2] = src_col_l + 1; in bicubic_get_pos_weight()85 pos_pixel[3] = src_col_l + 2; in bicubic_get_pos_weight()86 pos_pixel[4] = src_row_l - 1; in bicubic_get_pos_weight()87 pos_pixel[5] = src_row_l; in bicubic_get_pos_weight()88 pos_pixel[6] = src_row_l + 1; in bicubic_get_pos_weight()[all …]
41 int pos_pixel[8]; member