Home
last modified time | relevance | path

Searched refs:start_in1_idx (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Ddec_msa.c300 #define ST6x4_UB(in0, start_in0_idx, in1, start_in1_idx, pdst, stride) do { \ argument
302 ST6x1_UB(in0, start_in0_idx, in1, start_in1_idx, ptmp1, 4); \
304 ST6x1_UB(in0, start_in0_idx + 1, in1, start_in1_idx + 1, ptmp1, 4); \
306 ST6x1_UB(in0, start_in0_idx + 2, in1, start_in1_idx + 2, ptmp1, 4); \
308 ST6x1_UB(in0, start_in0_idx + 3, in1, start_in1_idx + 3, ptmp1, 4); \