Home
last modified time | relevance | path

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

/third_party/ffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c355 const vector unsigned char permHH = (const vector unsigned char){0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in doVertLowPass_altivec() local
364 vec_perm(vf##i, vbT##i, permHH); \ in doVertLowPass_altivec()
380 vec_perm(vf##i, vbT##i, permHH); \ in doVertLowPass_altivec()
510 const vector unsigned char permHH = (const vector unsigned char){0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in doVertDefFilter_altivec() local
517 vec_perm(st##i, vbT##i, permHH); \ in doVertDefFilter_altivec()
833 const vector unsigned char permHH = (const vector unsigned char){0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in tempNoiseReducer_altivec() local
987 const vector unsigned char vg = vec_perm(vf, v_##src##A##i, permHH); \ in tempNoiseReducer_altivec()

Completed in 4 milliseconds