Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c1169 v_c = vec_packs(v32_c, v32_d);
1172 tmp_a = vec_mergeh(v_a, v_c); \
1173 tmp_c = vec_mergel(v_a, v_c); \
1175 v_c = vec_mergel(tmp_a, tmp_c);
1180 int16x8_t v_c = load_tran_low(8 * sizeof(*input), input); in vpx_iwht4x4_16_add_vsx() local
1199 v_c = vec_sra(v_c, two); in vpx_iwht4x4_16_add_vsx()
1206 v32_d = vec_unpackh(v_c); in vpx_iwht4x4_16_add_vsx()
1207 v32_b = vec_unpackl(v_c); in vpx_iwht4x4_16_add_vsx()
1215 v32_d = vec_unpackh(v_c); in vpx_iwht4x4_16_add_vsx()
1216 v32_b = vec_unpackl(v_c); in vpx_iwht4x4_16_add_vsx()
[all …]
/external/clang/test/Parser/
Daltivec.c30 vector char v_c; variable
Dcxx-altivec.cpp31 vector char v_c; variable