Searched refs:i_offset (Results 1 – 5 of 5) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_acelp.h | 155 INT acelp_core_mode, INT i_offset, INT coreCoderFrameLength); 173 FIXP_DBL *old_gain_pf, INT samplingRate, INT *i_offset, 208 void CLpd_AcelpDecode(CAcelpStaticMem *acelp_mem, INT i_offset,
|
D | usacdec_acelp.cpp | 731 void CLpd_AcelpDecode(CAcelpStaticMem *acelp_mem, INT i_offset, in CLpd_AcelpDecode() argument 743 const int PIT_MAX = PIT_MAX_12k8 + (6 * i_offset); /* maximum pitch lag */ in CLpd_AcelpDecode() 1049 FIXP_DBL *old_gain_pf, INT samplingRate, INT *i_offset, in Acelp_PreProcessing() argument 1058 *i_offset = in Acelp_PreProcessing() 1199 INT i_offset) { in CLpd_AcelpRead() argument 1206 const int PIT_MIN = PIT_MIN_12k8 + i_offset; in CLpd_AcelpRead() 1207 const int PIT_FR2 = PIT_FR2_12k8 - i_offset; in CLpd_AcelpRead() 1209 const int PIT_MAX = PIT_MAX_12k8 + (6 * i_offset); in CLpd_AcelpRead()
|
D | usacdec_lpd.cpp | 1215 INT i_offset; in CLpdChannelStream_Read() local 1220 i_offset = in CLpdChannelStream_Read() 1330 i_offset); in CLpdChannelStream_Read() 1554 int k, i_offset; in CLpd_RenderTimeSignal() local 1704 &i_offset, lFrame, synSfd, nbSubfrSuperfr); in CLpd_RenderTimeSignal() 1826 CLpd_AcelpDecode(&pAacDecoderStaticChannelInfo->acelp, i_offset, in CLpd_RenderTimeSignal()
|
/external/syslinux/core/fs/xfs/ |
D | xfs.c | 125 XFS_PVT(inode)->i_offset = rec.br_startoff; in xfs_next_extent() 159 XFS_PVT(inode)->i_offset = rec.br_startoff; in xfs_next_extent() 240 XFS_PVT(inode)->i_offset = 0; in xfs_iget()
|
D | xfs.h | 383 uint64_t i_offset; member
|