Searched defs:p0_data (Results 1 - 3 of 3) sorted by relevance

/external/aac/libFDK/src/
H A Dnlc_dec.cpp391 SCHAR* p0_data[2]) {
437 if (p0_data[0] != NULL) {
441 *p0_data[0] = -(node + 1);
443 if (p0_data[1] != NULL) {
447 *p0_data[1] = -(node + 1);
388 huff_dec_2D(HANDLE_FDK_BITSTREAM strm, const DATA_TYPE data_type, const INT dim1, const INT dim2, SCHAR out_data[][2], const INT num_val, const INT stride, SCHAR* p0_data[2]) argument
/external/aac/libSACenc/src/
H A Dsacenc_nlc_enc.cpp514 SHORT num_val, SHORT stride, SHORT *p0_data[2]) {
534 if (p0_data[0] != NULL) {
535 HUFF_ENTRY entry = pHuffEntry[*p0_data[0]];
538 if (p0_data[1] != NULL) {
539 HUFF_ENTRY entry = pHuffEntry[*p0_data[1]];
512 huff_enc_2D(HANDLE_FDK_BITSTREAM strm, const DATA_TYPE data_type, SHORT tab_idx_2D[2], SHORT lav_idx, SHORT in_data[][2], SHORT num_val, SHORT stride, SHORT *p0_data[2]) argument
/external/libxaac/decoder/
H A Dixheaacd_mps_dec.c627 WORD32 num_val, WORD32 ch_fac, WORD32* p0_data[2]) {
643 if (p0_data[0] != NULL) {
648 *p0_data[0] = -(node + 1);
650 if (p0_data[1] != NULL) {
655 *p0_data[1] = -(node + 1);
712 WORD32 num_val, WORD32 ch_fac, WORD32* p0_data[2]) {
728 if (p0_data[0] != NULL) {
733 *p0_data[0] = -(node + 1);
735 if (p0_data[1] != NULL) {
740 *p0_data[
624 ixheaacd_mps_huff_dec_cld_2d( ia_handle_bit_buf_struct it_bit_buff, const ia_huff_cld_node_2d_struct* huff_nodes, WORD32 out_data[][2], WORD32 num_val, WORD32 ch_fac, WORD32* p0_data[2]) argument
709 ixheaacd_mps_huff_dec_icc_2d( ia_handle_bit_buf_struct it_bit_buff, const ia_huff_icc_node_2d_struct* huff_nodes, WORD32 out_data[][2], WORD32 num_val, WORD32 ch_fac, WORD32* p0_data[2]) argument
792 ixheaacd_mps_huff_dec_ipd_2d( ia_handle_bit_buf_struct it_bit_buff, const ia_huff_ipd_node_2d_struct* huff_nodes, WORD32 out_data[][2], WORD32 num_val, WORD32 ch_fac, WORD32* p0_data[2]) argument
[all...]

Completed in 1338 milliseconds