HomeSort by relevance Sort by last modified time
    Searched refs:SRAI_B (Results 1 - 3 of 3) sorted by null

  /external/webp/src/dsp/
dec_msa.c 201 t1 = SRAI_B(t1, 3); \
203 t2 = SRAI_B(t2, 3); \
236 t1 = SRAI_B(t1, 3); \
238 t2 = SRAI_B(t2, 3); \
281 p1_asub_q1_m = SRAI_B(p1_asub_q1_m, 1); \
320 filt1 = SRAI_B(filt1, 3); \
322 filt2 = SRAI_B(filt2, 3); \
    [all...]
upsampling_msa.c 224 tmp1 = SRAI_B(G, 4); \
234 tmp1 = SRAI_B(G, 5); \
238 tmp0 = SRAI_B(B, 3); \
msa_macro.h 28 #define SRAI_B(a, b) __msa_srai_b((v16i8)a, b)
39 #define SRAI_B(a, b) (a >> b)
    [all...]

Completed in 1968 milliseconds