Searched refs:r_out (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_16_msa.c | 91 v8i16 l_out, r_out; in vpx_hz_lpf_t16_16w() local 127 r_out = __msa_srari_h((v8i16)tmp1_r, 4); in vpx_hz_lpf_t16_16w() 148 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in vpx_hz_lpf_t16_16w() 149 p6 = __msa_bmnz_v(p6, (v16u8)r_out, flat2); in vpx_hz_lpf_t16_16w() 159 r_out = __msa_srari_h((v8i16)tmp1_r, 4); in vpx_hz_lpf_t16_16w() 168 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in vpx_hz_lpf_t16_16w() 169 p5 = __msa_bmnz_v(p5, (v16u8)r_out, flat2); in vpx_hz_lpf_t16_16w() 179 r_out = (v8i16)__msa_srari_h((v8i16)tmp1_r, 4); in vpx_hz_lpf_t16_16w() 188 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in vpx_hz_lpf_t16_16w() 189 p4 = __msa_bmnz_v(p4, (v16u8)r_out, flat2); in vpx_hz_lpf_t16_16w() [all …]
|
/external/jemalloc/include/jemalloc/internal/ |
D | hash.h | 24 uint64_t r_out[2]); 26 uint64_t r_out[2]); 161 uint64_t r_out[2]) in hash_x86_128() 257 r_out[0] = (((uint64_t) h2) << 32) | h1; in hash_x86_128() 258 r_out[1] = (((uint64_t) h4) << 32) | h3; in hash_x86_128() 263 uint64_t r_out[2]) in hash_x64_128() 335 r_out[0] = h1; in hash_x64_128() 336 r_out[1] = h2; in hash_x64_128()
|
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | lbp.cu | 179 int4 r_out = make_int4(r1[0], r1[1], r1[2], r1[3]); in disjoin() local 182 objects[aidx] = r_out; in disjoin()
|