Searched refs:step4 (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py469 step4 = ('ior', ('ishl', ('iand', step3, 0x33333333), 2), ('ushr', ('iand', step3, 0xcccccccc), 2))
470 step5 = ('ior', ('ishl', ('iand', step4, 0x55555555), 1), ('ushr', ('iand', step4, 0xaaaaaaaa), 1))
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c225 STEP8_0(in1, in7, step4, step7, cospi28_v, cospi4_v); \
231 in4 = vec_add(step4, step5); \
232 in5 = vec_sub(step4, step5); \
241 step4 = in4; \
249 in3 = vec_add(step3, step4); \
250 in4 = vec_sub(step3, step4); \
269 int16x8_t step0, step1, step2, step3, step4, step5, step6, step7; local
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dfwd_dct32x32_msa.c257 v8i16 step0, step1, step2, step3, step4, step5, step6, step7; local
266 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5,
268 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, output, 8);
279 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5,
281 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7,

Completed in 165 milliseconds