Home
last modified time | relevance | path

Searched defs:ptr_index (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/encoder/
Dixheaace_tns.c263 const FLOAT32 *ptr_parcor, WORD32 *ptr_index, WORD32 order, WORD32 bits_per_coeff, in ia_enhaacplus_enc_parcor_to_index()
279 const WORD32 *ptr_index, FLOAT32 *ptr_parcor, WORD32 order, WORD32 bits_per_coeff, in ia_enhaacplus_enc_index_to_parcor()
Diusace_lpc_avq.c209 WORD32 *ptr_index, indxt[100], num_bits, nbt, nit; in iusace_quantize_lpc_avq() local
Dixheaace_block_switch.c70 static FLOAT32 iaace_search_max_with_idx(const FLOAT32 *ptr_in, WORD32 *ptr_index, WORD32 len) { in iaace_search_max_with_idx()
/external/libxaac/decoder/
Dixheaacd_ps_dec_flt.c229 VOID ixheaacd_map_34_float_to_20(FLOAT32 *ptr_index) { in ixheaacd_map_34_float_to_20()
252 VOID ixheaacd_map_20_float_to_34(FLOAT32 *ptr_index) { in ixheaacd_map_20_float_to_34()
/external/pytorch/aten/src/ATen/native/
DTensorShape.cpp1952 auto* ptr_index = index_contiguous.data_ptr<int64_t>(); in index_select_sparse_cpu() local