Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/ppc/
H A Daudiodsp.c44 int32_t ires; in scalarproduct_int16_altivec() local
54 vec_ste(res, 0, &ires); in scalarproduct_int16_altivec()
56 return ires; in scalarproduct_int16_altivec()
69 int32_t ires; in scalarproduct_int16_vsx() local
79 vec_ste(res, 0, &ires); in scalarproduct_int16_vsx()
81 return ires; in scalarproduct_int16_vsx()
H A Dlossless_audiodsp_altivec.c60 int32_t ires; in scalarproduct_and_madd_int16_altivec() local
77 vec_ste(res, 0, &ires); in scalarproduct_and_madd_int16_altivec()
79 return ires; in scalarproduct_and_madd_int16_altivec()
/third_party/ffmpeg/libavfilter/
H A Daf_superequalizer.c47 float *ires, *irest; member
152 s->ires = av_calloc(s->tabsize + 2, sizeof(float)); in equ_init()
156 if (!s->ires || !s->irest || !s->fsamples || !s->fsamples_out) in equ_init()
185 s->tx_fn(s->rdft, s->ires, s->irest, sizeof(float)); in make_fir()
193 const float *ires = s->ires; in filter_frame() local
221 re = ires[i*2 ] * fsamples_out[i*2] - ires[i*2+1] * fsamples_out[i*2+1]; in filter_frame()
222 im = ires[i*2+1] * fsamples_out[i*2] + ires[ in filter_frame()
[all...]
/third_party/glfw/deps/
H A Dtinycthread.c447 int ires = 0; in thrd_join()
454 ires = *(int*)pres; in thrd_join()
459 *res = ires; in thrd_join()
/third_party/backends/backend/
H A Dhp3500.c2992 int ires, jres; in rts8801_fullscan() local
3003 ires = find_resolution_index (xresolution); in rts8801_fullscan()
3006 if (ires < 0 || jres < 0) in rts8801_fullscan()
3071 rt_set_cph0s (regs, resparms[ires].cph0s); in rts8801_fullscan()
3072 if (resparms[ires].d3_bit_3_value) in rts8801_fullscan()
3086 (resparms[ires].cph0s ? 1 : 2) / in rts8801_fullscan()
3087 (resparms[ires].d3_bit_3_value ? 1 : 2)); in rts8801_fullscan()
3091 (resparms[ires].cph0s ? 1 : 2) / in rts8801_fullscan()
3092 (resparms[ires].d3_bit_3_value ? 1 : 2)); in rts8801_fullscan()
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h421 struct snd_interval ires[9]; /* reserved intervals */ member
/third_party/python/Objects/
H A Dunicodeobject.c10728 Py_ssize_t n, i, j, ires; in replace() local
10786 ires = i = 0; in replace()
10797 memcpy(res + rkind * ires, in replace()
10800 ires += j - i; in replace()
10804 memcpy(res + rkind * ires, in replace()
10807 ires += len2; in replace()
10813 memcpy(res + rkind * ires, in replace()
10820 memcpy(res + rkind * ires, in replace()
10823 ires += len2; in replace()
10826 memcpy(res + rkind * ires, in replace()
[all...]

Completed in 27 milliseconds