Searched refs:pos_pixel (Results 1 – 1 of 1) sorted by relevance
38 int pos_pixel[], in bicubic_interpol() argument49 a_result += u_w[j] * (*(uint8_t*)(buf + pos_pixel[i + 4] * pitch + in bicubic_interpol()50 pos_pixel[j] * bpp + c_offset)); in bicubic_interpol()58 void bicubic_get_pos_weight(int pos_pixel[], in bicubic_get_pos_weight() argument67 pos_pixel[0] = src_col_l - 1; in bicubic_get_pos_weight()68 pos_pixel[1] = src_col_l; in bicubic_get_pos_weight()69 pos_pixel[2] = src_col_l + 1; in bicubic_get_pos_weight()70 pos_pixel[3] = src_col_l + 2; in bicubic_get_pos_weight()71 pos_pixel[4] = src_row_l - 1; in bicubic_get_pos_weight()72 pos_pixel[5] = src_row_l; in bicubic_get_pos_weight()[all …]