Searched defs:qlp_coeff_1 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | lpc_intrin_neon.c | 95 … int32x4_t qlp_coeff_1 = {qlp_coeff[4], qlp_coeff[5], qlp_coeff[6], qlp_coeff[7]}; in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_neon() local 154 … int32x4_t qlp_coeff_1 = {qlp_coeff[4], qlp_coeff[5], qlp_coeff[6], qlp_coeff[7]}; in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_neon() local 212 … int32x4_t qlp_coeff_1 = {qlp_coeff[4], qlp_coeff[5], qlp_coeff[6], qlp_coeff[7]}; in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_neon() local 265 … int32x4_t qlp_coeff_1 = {qlp_coeff[4], qlp_coeff[5], qlp_coeff[6], qlp_coeff[7]}; in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_neon() local 317 … int32x4_t qlp_coeff_1 = {qlp_coeff[4], qlp_coeff[5], qlp_coeff[6], qlp_coeff[7]}; in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_neon() local 361 int32x4_t qlp_coeff_1 = {qlp_coeff[4], qlp_coeff[5], qlp_coeff[6], 0}; in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_neon() local 404 int32x4_t qlp_coeff_1 = {qlp_coeff[4], qlp_coeff[5], 0, 0}; in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_neon() local 442 int32x4_t qlp_coeff_1 = {qlp_coeff[4], 0, 0, 0}; in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_neon() local 683 int32x4_t qlp_coeff_1 = {qlp_coeff[4],qlp_coeff[5],qlp_coeff[6],qlp_coeff[7]}; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_neon() local 739 int32x4_t qlp_coeff_1 = {qlp_coeff[4],qlp_coeff[5],qlp_coeff[6],qlp_coeff[7]}; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_neon() local [all …]
|