Searched refs:sl1 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | intrapred_vsx.c | 615 static const uint8x16_t sl1 = { 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, variable 623 const uint8x16_t b = vec_perm(a, above_right, sl1); in vpx_d45_predictor_8x8_vsx() 624 const uint8x16_t c = vec_perm(b, above_right, sl1); in vpx_d45_predictor_8x8_vsx() 633 row = vec_perm(row, above_right, sl1); in vpx_d45_predictor_8x8_vsx() 641 const uint8x16_t b = vec_perm(a, above_right, sl1); in vpx_d45_predictor_16x16_vsx() 642 const uint8x16_t c = vec_perm(b, above_right, sl1); in vpx_d45_predictor_16x16_vsx() 650 row = vec_perm(row, above_right, sl1); in vpx_d45_predictor_16x16_vsx() 659 const uint8x16_t b0 = vec_perm(a0, a1, sl1); in vpx_d45_predictor_32x32_vsx() 660 const uint8x16_t b1 = vec_perm(a1, above_right, sl1); in vpx_d45_predictor_32x32_vsx() 661 const uint8x16_t c0 = vec_perm(b0, b1, sl1); in vpx_d45_predictor_32x32_vsx() [all …]
|
/external/jemalloc/test/include/test/ |
D | SFMT-alti.h | 69 const vector unsigned int sl1 = ALTI_SL1; in vec_recursion() local 85 w = vec_sl(d, sl1); in vec_recursion()
|
/external/webrtc/webrtc/video/ |
D | screenshare_loopback.cc | 166 DEFINE_string(sl1,
|
D | video_loopback.cc | 168 DEFINE_string(sl1,
|