Lines Matching refs:inter_pred_params
143 InterPredParams inter_pred_params; in temporal_gradient() local
144 av1_init_inter_params(&inter_pred_params, w, h, y, x, subsampling_x, in temporal_gradient()
147 inter_pred_params.interp_filter_params[0] = in temporal_gradient()
149 inter_pred_params.interp_filter_params[1] = in temporal_gradient()
151 inter_pred_params.conv_params = get_conv_params(0, plane, bit_depth); in temporal_gradient()
154 av1_enc_build_one_inter_predictor(pred2, w, &newmv, &inter_pred_params); in temporal_gradient()
157 av1_init_inter_params(&inter_pred_params, w, h, y, x, subsampling_x, in temporal_gradient()
160 inter_pred_params.interp_filter_params[0] = in temporal_gradient()
162 inter_pred_params.interp_filter_params[1] = in temporal_gradient()
164 inter_pred_params.conv_params = get_conv_params(0, plane, bit_depth); in temporal_gradient()
167 av1_enc_build_one_inter_predictor(pred1, w, &zeroMV, &inter_pred_params); in temporal_gradient()
617 InterPredParams inter_pred_params; in warp_back_frame_intp() local
618 av1_init_inter_params(&inter_pred_params, blk, blk, h, w, subsampling_x, in warp_back_frame_intp()
621 inter_pred_params.interp_filter_params[0] = in warp_back_frame_intp()
623 inter_pred_params.interp_filter_params[1] = in warp_back_frame_intp()
625 inter_pred_params.conv_params = get_conv_params(0, plane, bit_depth); in warp_back_frame_intp()
629 &inter_pred_params); in warp_back_frame_intp()