Searched refs:quant_dist_lookup_table (Results 1 – 8 of 8) sorted by relevance
116 dist_wtd_comp_params.fwd_offset = quant_dist_lookup_table[ii][jj][0]; in RunCheckOutput()117 dist_wtd_comp_params.bck_offset = quant_dist_lookup_table[ii][jj][1]; in RunCheckOutput()159 dist_wtd_comp_params.fwd_offset = quant_dist_lookup_table[0][0][0]; in RunSpeedTest()160 dist_wtd_comp_params.bck_offset = quant_dist_lookup_table[0][0][1]; in RunSpeedTest()226 quant_dist_lookup_table[ii][jj][0]; in RunCheckOutput()228 quant_dist_lookup_table[ii][jj][1]; in RunCheckOutput()281 dist_wtd_comp_params.fwd_offset = quant_dist_lookup_table[0][0][0]; in RunSpeedTest()282 dist_wtd_comp_params.bck_offset = quant_dist_lookup_table[0][0][1]; in RunSpeedTest()349 dist_wtd_comp_params.fwd_offset = quant_dist_lookup_table[ii][jj][0]; in RunCheckOutput()350 dist_wtd_comp_params.bck_offset = quant_dist_lookup_table[ii][jj][1]; in RunCheckOutput()[all …]
228 conv_params.fwd_offset = quant_dist_lookup_table[ii][jj][0]; in RunCheckOutput()229 conv_params.bck_offset = quant_dist_lookup_table[ii][jj][1]; in RunCheckOutput()242 conv_params.fwd_offset = quant_dist_lookup_table[ii][jj][0]; in RunCheckOutput()243 conv_params.bck_offset = quant_dist_lookup_table[ii][jj][1]; in RunCheckOutput()425 conv_params.fwd_offset = quant_dist_lookup_table[ii][jj][0]; in RunCheckOutput()426 conv_params.bck_offset = quant_dist_lookup_table[ii][jj][1]; in RunCheckOutput()442 conv_params.fwd_offset = quant_dist_lookup_table[ii][jj][0]; in RunCheckOutput()443 conv_params.bck_offset = quant_dist_lookup_table[ii][jj][1]; in RunCheckOutput()
253 conv_params1.fwd_offset = quant_dist_lookup_table[k][l][0]; in RunCheckOutput()254 conv_params1.bck_offset = quant_dist_lookup_table[k][l][1]; in RunCheckOutput()255 conv_params2.fwd_offset = quant_dist_lookup_table[k][l][0]; in RunCheckOutput()256 conv_params2.bck_offset = quant_dist_lookup_table[k][l][1]; in RunCheckOutput()654 conv_params1.fwd_offset = quant_dist_lookup_table[k][l][0]; in RunCheckOutput()655 conv_params1.bck_offset = quant_dist_lookup_table[k][l][1]; in RunCheckOutput()656 conv_params2.fwd_offset = quant_dist_lookup_table[k][l][0]; in RunCheckOutput()657 conv_params2.bck_offset = quant_dist_lookup_table[k][l][1]; in RunCheckOutput()
296 convolve_params_.fwd_offset = quant_dist_lookup_table[i][j][0]; in SetConvParamOffset()297 convolve_params_.bck_offset = quant_dist_lookup_table[i][j][1]; in SetConvParamOffset()
416 jcp_param_.fwd_offset = quant_dist_lookup_table[j][i][0]; in CheckCompAvg()417 jcp_param_.bck_offset = quant_dist_lookup_table[j][i][1]; in CheckCompAvg()483 jcp_param_.fwd_offset = quant_dist_lookup_table[j][i][0]; in CheckSAD()484 jcp_param_.bck_offset = quant_dist_lookup_table[j][i][1]; in CheckSAD()
883 jcp_param_.fwd_offset = quant_dist_lookup_table[x0][y0][0]; in RefTest()884 jcp_param_.bck_offset = quant_dist_lookup_table[x0][y0][1]; in RefTest()
659 *fwd_offset = quant_dist_lookup_table[order_idx][3][order]; in av1_dist_wtd_comp_weight_assign()660 *bck_offset = quant_dist_lookup_table[order_idx][3][1 - order]; in av1_dist_wtd_comp_weight_assign()673 *fwd_offset = quant_dist_lookup_table[order_idx][i][order]; in av1_dist_wtd_comp_weight_assign()674 *bck_offset = quant_dist_lookup_table[order_idx][i][1 - order]; in av1_dist_wtd_comp_weight_assign()
437 static const int quant_dist_lookup_table[2][4][2] = { variable