Searched refs:get_avg (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deband.c | 121 static int inline get_avg(int ref0, int ref1, int ref2, int ref3) in get_avg() function 162 const int avg = get_avg(ref0, ref1, ref2, ref3); in deband_8_c() 170 (FFABS(src0 - ref3) < thr) ? get_avg(ref0, ref1, ref2, ref3) : src0; in deband_8_c() 210 avg[p] = get_avg(ref0, ref1, ref2, ref3); in deband_8_coupling_c() 275 avg[p] = get_avg(ref0, ref1, ref2, ref3); in deband_16_coupling_c() 343 const int avg = get_avg(ref0, ref1, ref2, ref3); in deband_16_c() 351 (FFABS(src0 - ref3) < thr) ? get_avg(ref0, ref1, ref2, ref3) : src0; in deband_16_c()
|
/third_party/pulseaudio/src/pulse/ |
H A D | volume.c | 658 static void get_avg(const pa_channel_map *map, const pa_cvolume *v, pa_volume_t *l, pa_volume_t *r, in get_avg() function 702 get_avg(map, v, &left, &right, on_left, on_right); in pa_cvolume_get_balance() 728 get_avg(map, v, &left, &right, on_l, on_r); in set_balance() 827 get_avg(map, v, &rear, &front, on_rear, on_front); in pa_cvolume_get_fade() 863 get_avg(map, v, &hfe, &lfe, on_hfe, on_lfe); in pa_cvolume_get_lfe_balance()
|
H A D | ohos_pa_volume.c | 674 static void get_avg(const pa_channel_map *map, const pa_cvolume *v, pa_volume_t *l, pa_volume_t *r, in get_avg() function 718 get_avg(map, v, &left, &right, on_left, on_right); in pa_cvolume_get_balance() 744 get_avg(map, v, &left, &right, on_l, on_r); in set_balance() 843 get_avg(map, v, &rear, &front, on_rear, on_front); in pa_cvolume_get_fade() 879 get_avg(map, v, &hfe, &lfe, on_hfe, on_lfe); in pa_cvolume_get_lfe_balance()
|
Completed in 5 milliseconds