Searched refs:CALC_MULT_FIX2_4 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | rescaler_msa.c | 102 #define CALC_MULT_FIX2_4(in0, in1, mult, scale, shift, dst) do { \ macro 207 CALC_MULT_FIX2_4(frow0, irow0, AB, scale, shift, val0_m); in ExportRowExpand_1() 208 CALC_MULT_FIX2_4(frow1, irow1, AB, scale, shift, val1_m); in ExportRowExpand_1() 209 CALC_MULT_FIX2_4(frow2, irow2, AB, scale, shift, val2_m); in ExportRowExpand_1() 220 CALC_MULT_FIX2_4(frow0, irow0, AB, scale, shift, val0_m); in ExportRowExpand_1() 221 CALC_MULT_FIX2_4(frow1, irow1, AB, scale, shift, val1_m); in ExportRowExpand_1() 231 CALC_MULT_FIX2_4(frow0, irow0, AB, scale, shift, val0_m); in ExportRowExpand_1()
|