Searched refs:fyscale (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | rescaler_msa.c | 60 #define CALC_MULT_FIX1_16(in0, in1, in2, in3, fyscale, shift, \ argument 66 DOTP_UW2_UD(tmp0, tmp1, fyscale, fyscale, out0, out1); \ 67 DOTP_UW2_UD(tmp2, tmp3, fyscale, fyscale, out2, out3); \ 72 DOTP_UW2_UD(tmp0, tmp1, fyscale, fyscale, out0, out1); \ 73 DOTP_UW2_UD(tmp2, tmp3, fyscale, fyscale, out2, out3); \
|