Home
last modified time | relevance | path

Searched refs:g_pitch (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
H A Dqgain475.cpp1140 Word16 g_pitch; in MR475_gain_quant() local
1316 g_pitch = *p++; in MR475_gain_quant()
1321 g2_pitch = (Word16)(((Word32) g_pitch * g_pitch) >> 15); in MR475_gain_quant()
1323 g_pit_cod = (Word16)(((Word32) g_code * g_pitch) >> 15); in MR475_gain_quant()
1327 Mpy_32_16(coeff[1], coeff_lo[1], g_pitch, pOverflow) + in MR475_gain_quant()
1332 tmp = (g_pitch - gp_limit); in MR475_gain_quant()
1335 g_pitch = *p++; in MR475_gain_quant()
1338 if ((tmp <= 0) && (g_pitch <= gp_limit)) in MR475_gain_quant()
1341 g2_pitch = (Word16)(((Word32) g_pitch * g_pitch) >> 15); in MR475_gain_quant()
1343 g_pit_cod = (Word16)(((Word32) g_code * g_pitch) >> 15); in MR475_gain_quant()
[all …]
H A Dqua_gain.cpp182 Word16 g_pitch; in Qua_gain() local
302 g_pitch = *p++; in Qua_gain()
307 if (g_pitch <= gp_limit) in Qua_gain()
310 g2_pitch = mult(g_pitch, g_pitch, pOverflow); in Qua_gain()
312 g_pit_cod = mult(g_code, g_pitch, pOverflow); in Qua_gain()
315 L_tmp2 = Mpy_32_16(coeff[1], coeff_lo[1], g_pitch, pOverflow); in Qua_gain()
H A Dton_stab.cpp590 Word16 g_pitch, /* i : pitch gain */ in check_gp_clipping() argument
597 sum = shr(g_pitch, 3, pOverflow); /* Division by 8 */ in check_gp_clipping()
672 Word16 g_pitch, /* i : pitch gain */ in update_gp_clipping() argument
681 st->gp[N_FRAME-1] = g_pitch >> 3; in update_gp_clipping()
H A Dton_stab.h124 Word16 g_pitch, /* i : pitch gain */
129 Word16 g_pitch, /* i : pitch gain */
H A Dqgain795.cpp190 Word16 g_pitch; in LcdShutdown()
281 g_pitch = g_pitch_cand[j]; in LcdShutdown()
282 g2_pitch = mult(g_pitch, g_pitch, pOverflow); in LcdShutdown()
284 L_tmp0 = Mac_32_16(L_tmp0, coeff[1], coeff_lo[1], g_pitch, pOverflow); in LcdShutdown()
298 L_tmp = L_mult(g_code, g_pitch, pOverflow); in LcdShutdown()
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/src/
H A Dq_gain2.c80 Word16 g_pitch, g2_pitch, g_code, g_pit_cod, g2_code, g2_code_lo; in get_user_name_or_exit()
115 g_pitch = *gain_pit; in get_user_name_or_exit()
119 if (g_pitch > *p) in get_user_name_or_exit()
280 g_pitch = *p++; in get_user_name_or_exit()
284 g2_pitch = ((g_pitch * g_pitch) + 0x4000)>>15; in get_user_name_or_exit()
285 g_pit_cod = ((g_code * g_pitch) + 0x4000)>>15; in get_user_name_or_exit()
292 L_tmp += (coeff_lo[1] * g_pitch)<<1; in get_user_name_or_exit()
298 L_tmp += (coeff[1] * g_pitch)<<1; in get_user_name_or_exit()
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/inc/
H A Dq_gain2.tab22 * g_pitch(Q14), g_code(Q11) *
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.2/AMR-WB/
H A Denc_acelp.c1896 Float32 dist, dist_min, g_pitch, g_code, ener_code, pred_code; in E_ACELP_gains_quantise() local
1928 g_pitch = f_gain_pit; in E_ACELP_gains_quantise()
1932 if (g_pitch > *p) in E_ACELP_gains_quantise()
2007 g_pitch = *p++; /* pitch gain */ in E_ACELP_gains_quantise()
2011 dist = g_pitch * g_pitch * coef0 in E_ACELP_gains_quantise()
2012 + g_pitch * coef1 in E_ACELP_gains_quantise()
2015 + g_pitch * g_code * coef4; in E_ACELP_gains_quantise()
/dports/net/opal/opal-3.10.10/plugins/audio/G.722.2/AMR-WB/
H A Denc_acelp.c1896 Float32 dist, dist_min, g_pitch, g_code, ener_code, pred_code; in E_ACELP_gains_quantise() local
1928 g_pitch = f_gain_pit; in E_ACELP_gains_quantise()
1932 if (g_pitch > *p) in E_ACELP_gains_quantise()
2007 g_pitch = *p++; /* pitch gain */ in E_ACELP_gains_quantise()
2011 dist = g_pitch * g_pitch * coef0 in E_ACELP_gains_quantise()
2012 + g_pitch * coef1 in E_ACELP_gains_quantise()
2015 + g_pitch * g_code * coef4; in E_ACELP_gains_quantise()
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/build/make/
H A Dlocal.mk46 g_pitch.cpp \
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/
H A DAndroid.mk32 src/g_pitch.cpp \
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Domap_gfx.c697 unsigned g_width, unsigned g_height, unsigned g_pitch, in omapfb_blend_glyph_rgb565() argument
705 for (y = 0; y < g_height; ++y, src += g_pitch, dst += dst_pitch) in omapfb_blend_glyph_rgb565()
738 unsigned g_width, unsigned g_height, unsigned g_pitch, in omapfb_blend_glyph_argb8888() argument
746 for (y = 0; y < g_height; ++y, src += g_pitch, dst += dst_pitch) in omapfb_blend_glyph_argb8888()
H A Dexynos_gfx.c361 unsigned g_pitch, unsigned dst_x, unsigned dst_y) in exynos_put_glyph_rgba4444() argument
369 for (y = 0; y < g_height; ++y, src += g_pitch, dst += buf_width) in exynos_put_glyph_rgba4444()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/gsm-amr/src/
H A Dsp_enc.c3740 sum = g_pitch; in check_gp_clipping()
7447 g_pitch = *p++; in MR475_gain_quant()
7450 g2_pitch = g_pitch * g_pitch; in MR475_gain_quant()
7458 temp2 = g_pitch - gp_limit; in MR475_gain_quant()
7461 g_pitch = *p++; in MR475_gain_quant()
7466 g2_pitch = g_pitch * g_pitch; in MR475_gain_quant()
7671 g_pitch = g_pitch_cand[j]; in MR795_gain_code_quant3()
7672 g2_pitch = g_pitch * g_pitch; in MR795_gain_code_quant3()
7674 tmp0 += coeff[1] * g_pitch; in MR795_gain_code_quant3()
8204 g_pitch = *p++; in Qua_gain()
[all …]
/dports/net/opal/opal-3.10.10/plugins/audio/gsm-amr/src/
H A Dsp_enc.c3740 sum = g_pitch; in check_gp_clipping()
7447 g_pitch = *p++; in MR475_gain_quant()
7450 g2_pitch = g_pitch * g_pitch; in MR475_gain_quant()
7458 temp2 = g_pitch - gp_limit; in MR475_gain_quant()
7461 g_pitch = *p++; in MR475_gain_quant()
7466 g2_pitch = g_pitch * g_pitch; in MR475_gain_quant()
7671 g_pitch = g_pitch_cand[j]; in MR795_gain_code_quant3()
7672 g2_pitch = g_pitch * g_pitch; in MR795_gain_code_quant3()
7674 tmp0 += coeff[1] * g_pitch; in MR795_gain_code_quant3()
8204 g_pitch = *p++; in Qua_gain()
[all …]
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/
H A DMakefile.in140 $(ENC_SRC)/dtx.c $(ENC_SRC)/g_pitch.c $(ENC_SRC)/gpclip.c \
195 decim54.lo deemph.lo dtx.lo g_pitch.lo gpclip.lo homing.lo \
415 $(ENC_SRC)/g_pitch.c $(ENC_SRC)/gpclip.c $(ENC_SRC)/homing.c \
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_pitch.Plo@am__quote@
729 g_pitch.lo: $(ENC_SRC)/g_pitch.c
730 …LAGS) -MT g_pitch.lo -MD -MP -MF $(DEPDIR)/g_pitch.Tpo -c -o g_pitch.lo `test -f '$(ENC_SRC)/g_pit…
731 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/g_pitch.Tpo $(DEPDIR)/g_pitch.Plo
734 …LAGS) $(AM_CFLAGS) $(CFLAGS) -c -o g_pitch.lo `test -f '$(ENC_SRC)/g_pitch.c' || echo '$(srcdir)/'…
H A DMakefile.am39 $(ENC_SRC)/g_pitch.c \
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/
H A DAndroid.mk18 src/g_pitch.c \
/dports/audio/opencore-amr/opencore-amr-0.1.5/amrnb/
H A DMakefile.am129 $(ENC_SRC_DIR)/g_pitch.cpp \
H A DMakefile.in163 @AMRNB_ENCODER_TRUE@ $(ENC_SRC_DIR)/g_pitch.cpp \
276 $(ENC_SRC_DIR)/g_code.cpp $(ENC_SRC_DIR)/g_pitch.cpp \
352 @AMRNB_ENCODER_TRUE@ gain_q.lo g_code.lo g_pitch.lo hp_max.lo \
809 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_pitch.Plo@am__quote@
1386 g_pitch.lo: $(ENC_SRC_DIR)/g_pitch.cpp
1387 … -MT g_pitch.lo -MD -MP -MF $(DEPDIR)/g_pitch.Tpo -c -o g_pitch.lo `test -f '$(ENC_SRC_DIR)/g_pitc…
1388 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/g_pitch.Tpo $(DEPDIR)/g_pitch.Plo
1391 …M_CXXFLAGS) $(CXXFLAGS) -c -o g_pitch.lo `test -f '$(ENC_SRC_DIR)/g_pitch.cpp' || echo '$(srcdir)/…
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c151 writel_relaxed(win->pitch[0], (void __iomem *)&regs->g_pitch); in overlay_set_win()
H A Dmmp_ctrl.h73 u32 g_pitch; /* Graphic Line Length (Pitch) */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c151 writel_relaxed(win->pitch[0], (void __iomem *)&regs->g_pitch); in overlay_set_win()
H A Dmmp_ctrl.h73 u32 g_pitch; /* Graphic Line Length (Pitch) */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c151 writel_relaxed(win->pitch[0], (void __iomem *)&regs->g_pitch); in overlay_set_win()

12