Home
last modified time | relevance | path

Searched refs:PVC_SBR (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_sbrdecoder.h57 typedef enum { UNKNOWN_SBR = 0, ORIG_SBR, PVC_SBR } SBR_TYPE_ID; enumerator
Dixheaacd_sbrdecoder.c424 ptr_frame_data[k]->sbr_mode = PVC_SBR; in ixheaacd_applysbr()
464 ptr_frame_data[k]->sbr_mode = PVC_SBR; in ixheaacd_applysbr()
524 } else if (ptr_frame_data[k]->sbr_mode == PVC_SBR) { in ixheaacd_applysbr()
564 if (ptr_frame_data[0]->sbr_mode == PVC_SBR) { in ixheaacd_applysbr()
Dixheaacd_esbr_envcal.c191 if (sbr_mode == PVC_SBR) { in ixheaacd_sbr_env_calc()
Dixheaacd_sbr_dec.c751 if (sbr_mode == PVC_SBR) { in ixheaacd_sbr_dec()
Dixheaacd_env_extr.c662 ptr_pvc_data->prev_sbr_mode = PVC_SBR; in ixheaacd_sbr_read_pvc_sce()