Lines Matching refs:ConvolveParams
21 typedef struct ConvolveParams { struct
32 } ConvolveParams; argument
45 ConvolveParams *conv_params);
51 const int subpel_y_q4, ConvolveParams *conv_params, int bd);
60 int scaled, ConvolveParams *conv_params,
63 static INLINE ConvolveParams get_conv_params_no_round(int do_average, int plane, in get_conv_params_no_round()
67 ConvolveParams conv_params; in get_conv_params_no_round()
88 static INLINE ConvolveParams get_conv_params(int do_average, int plane, in get_conv_params()
93 static INLINE ConvolveParams get_conv_params_wiener(int bd) { in get_conv_params_wiener()
94 ConvolveParams conv_params; in get_conv_params_wiener()
117 int scaled, ConvolveParams *conv_params,