Searched refs:p_c (Results 1 – 4 of 4) sorted by relevance
/external/libldac/src/ |
D | setpcm_fixp_ldac.c | 47 char *p_c; in byte_data_to_int_s24_ldac() local 49 p_c = (char *)p_in; in byte_data_to_int_s24_ldac() 52 val = 0x000000ff & (*p_c++); in byte_data_to_int_s24_ldac() 53 val |= 0x0000ff00 & (*p_c++ << 8); in byte_data_to_int_s24_ldac() 54 val |= 0xffff0000 & (*p_c++ << 16); in byte_data_to_int_s24_ldac() 56 val = 0xffff0000 & (*p_c++ << 16); in byte_data_to_int_s24_ldac() 57 val |= 0x0000ff00 & (*p_c++ << 8); in byte_data_to_int_s24_ldac() 58 val |= 0x000000ff & (*p_c++); in byte_data_to_int_s24_ldac()
|
D | setpcm_ldac.c | 47 char *p_c; in byte_data_to_scalar_s24_ldac() local 50 p_c = (char *)p_in; in byte_data_to_scalar_s24_ldac() 53 val = 0x000000ff & (*p_c++); in byte_data_to_scalar_s24_ldac() 54 val |= 0x0000ff00 & (*p_c++ << 8); in byte_data_to_scalar_s24_ldac() 55 val |= 0xffff0000 & (*p_c++ << 16); in byte_data_to_scalar_s24_ldac() 57 val = 0xffff0000 & (*p_c++ << 16); in byte_data_to_scalar_s24_ldac() 58 val |= 0x0000ff00 & (*p_c++ << 8); in byte_data_to_scalar_s24_ldac() 59 val |= 0x000000ff & (*p_c++); in byte_data_to_scalar_s24_ldac()
|
D | mdct_fixp_ldac.c | 33 const INT32 *p_w, *p_c, *p_s; in proc_mdct_core_ldac() local 39 p_c = gaa_wcos_ldac[i]; in proc_mdct_core_ldac() 84 g0 = mul_rsftrnd_ldac(a_work[index1], p_c[coef], LDAC_Q_MDCT_COS+1); in proc_mdct_core_ldac() 89 g1 = mul_rsftrnd_ldac(a_work[index1+1], p_c[coef], LDAC_Q_MDCT_COS+1); in proc_mdct_core_ldac() 114 g0 = mul_rsftrnd_ldac(a_work[index0], p_c[coef], LDAC_Q_MDCT_COS+shift); in proc_mdct_core_ldac() 119 g1 = mul_rsftrnd_ldac(a_work[index0+1], p_c[coef], LDAC_Q_MDCT_COS+shift); in proc_mdct_core_ldac()
|
D | mdct_ldac.c | 32 const SCALAR *p_w, *p_c, *p_s; in proc_mdct_core_ldac() local 40 p_c = gaa_wcos_ldac[i]; in proc_mdct_core_ldac() 61 cc = p_c[coef]; in proc_mdct_core_ldac() 83 cc = p_c[coef]; in proc_mdct_core_ldac()
|