HomeSort by relevance Sort by last modified time
    Searched refs:sbr_decode_huff_cw (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
sbr_decode_huff_cw.h 20 Filename: sbr_decode_huff_cw.h
81 Int32 sbr_decode_huff_cw(SbrHuffman h,
sbr_decode_huff_cw.cpp 20 Filename: sbr_decode_huff_cw.c
95 #include "sbr_decode_huff_cw.h"
134 Int32 sbr_decode_huff_cw(SbrHuffman h, function
sbr_get_noise_floor_data.cpp 99 #include "sbr_decode_huff_cw.h"
193 delta = sbr_decode_huff_cw(hcb_noiseF, hBitBuf); /*
205 delta = sbr_decode_huff_cw(hcb_noise, hBitBuf); /*
sbr_get_envelope.cpp 99 #include "sbr_decode_huff_cw.h"
250 delta = sbr_decode_huff_cw(hcb_f, hBitBuf);
254 delta = sbr_decode_huff_cw(hcb_t, hBitBuf);
ps_read_data.cpp 97 #include "sbr_decode_huff_cw.h"
335 ps_dec->aaIidIndex[env][gr] = sbr_decode_huff_cw(CurrentTable, hBitBuf);
357 ps_dec->aaIccIndex[env][gr] = sbr_decode_huff_cw(CurrentTable, hBitBuf);
Android.mk 114 sbr_decode_huff_cw.cpp \

Completed in 1778 milliseconds