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.c987 WORD32 first_slot_offset = p_frame_info->border_vec[0]; in ixheaacd_generate_hf() local
994 start_sample = first_slot_offset * 4; in ixheaacd_generate_hf()
998 start_sample = first_slot_offset * 2; in ixheaacd_generate_hf()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c139 unsigned first_slot_offset = desc->first_active_slot * slot_size; in si_upload_descriptors() local
165 u_upload_alloc(sctx->b.b.const_uploader, first_slot_offset, upload_size, in si_upload_descriptors()
174 util_memcpy_cpu_to_le32(ptr, (char*)desc->list + first_slot_offset, in si_upload_descriptors()
176 desc->gpu_list = ptr - first_slot_offset / 4; in si_upload_descriptors()
182 buffer_offset -= first_slot_offset; in si_upload_descriptors()