Home
last modified time | relevance | path

Searched refs:first_slot_offset (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_lpp_tran.h67 WORD16 *degree_alias, WORD first_slot_offset, WORD last_slot_offset,
74 WORD time_step, WORD first_slot_offset,
Dixheaacd_sbrdec_lpfuncs.c996 WORD32 first_slot_offset = p_frame_info->border_vec[0]; in ixheaacd_generate_hf() local
1003 start_sample = first_slot_offset * 4; in ixheaacd_generate_hf()
1007 start_sample = first_slot_offset * 2; in ixheaacd_generate_hf()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c131 unsigned first_slot_offset = desc->first_active_slot * slot_size; in si_upload_descriptors() local
156 u_upload_alloc(sctx->b.const_uploader, first_slot_offset, upload_size, in si_upload_descriptors()
164 util_memcpy_cpu_to_le32(ptr, (char *)desc->list + first_slot_offset, upload_size); in si_upload_descriptors()
165 desc->gpu_list = ptr - first_slot_offset / 4; in si_upload_descriptors()
171 buffer_offset -= first_slot_offset; in si_upload_descriptors()