Searched refs:texel_weights_4t (Results 1 – 3 of 3) sorted by relevance
565 uint8_t texel_weights_4t[4][BLOCK_MAX_TEXELS]; member1943 return (weights[di.texel_weights_4t[0][index]] * di.texel_weights_float_4t[0][index] + in bilinear_infill()1944 weights[di.texel_weights_4t[1][index]] * di.texel_weights_float_4t[1][index]) + in bilinear_infill()1945 (weights[di.texel_weights_4t[2][index]] * di.texel_weights_float_4t[2][index] + in bilinear_infill()1946 weights[di.texel_weights_4t[3][index]] * di.texel_weights_float_4t[3][index]); in bilinear_infill()1966 return (weights[di.texel_weights_4t[0][index]] * di.texel_weights_float_4t[0][index] + in bilinear_infill_2()1967 weights[di.texel_weights_4t[1][index]] * di.texel_weights_float_4t[1][index]); in bilinear_infill_2()1986 vint weight_idx0 = vint(di.texel_weights_4t[0] + index); in bilinear_infill_vla()1987 vint weight_idx1 = vint(di.texel_weights_4t[1] + index); in bilinear_infill_vla()1988 vint weight_idx2 = vint(di.texel_weights_4t[2] + index); in bilinear_infill_vla()[all …]
335 di.texel_weights_4t[j][i] = wb.grid_weights_of_texel[i][j]; in init_decimation_info_2d()343 di.texel_weights_4t[j][i] = 0; in init_decimation_info_2d()368 uint8_t dttw = di.texel_weights_4t[k][texel]; in init_decimation_info_2d()408 di.texel_weights_4t[j][i] = 0; in init_decimation_info_2d()605 di.texel_weights_4t[j][i] = 0; in init_decimation_info_3d()612 di.texel_weights_4t[j][i] = wb.grid_weights_of_texel[i][j]; in init_decimation_info_3d()637 uint8_t dttw = di.texel_weights_4t[k][texel]; in init_decimation_info_3d()677 di.texel_weights_4t[j][i] = 0; in init_decimation_info_3d()
48 vint texel_weights(di.texel_weights_4t[i] + base_texel_index); in compute_value_of_texel_weight_int_vla()