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

  /external/libxaac/decoder/drc_src/
impd_drc_gain_dec.c 611 ia_uni_drc_coeffs_struct* str_p_loc_drc_coefficients_uni_drc = NULL; local
615 str_p_loc_drc_coefficients_uni_drc =
616 &(pstr_drc_config->str_p_loc_drc_coefficients_uni_drc[drc_coeff_idx]);
672 &(str_p_loc_drc_coefficients_uni_drc->gain_set_params[gainSet]
682 str_p_loc_drc_coefficients_uni_drc->str_split_characteristic_left
685 str_p_loc_drc_coefficients_uni_drc->str_split_characteristic_right
688 str_p_loc_drc_coefficients_uni_drc->str_split_characteristic_left
692 str_p_loc_drc_coefficients_uni_drc->str_split_characteristic_right
impd_drc_selection_process.c 658 ia_uni_drc_coeffs_struct** str_p_loc_drc_coefficients_uni_drc) {
663 if (drc_config->str_p_loc_drc_coefficients_uni_drc[n].drc_location == 1) {
664 if (drc_config->str_p_loc_drc_coefficients_uni_drc[n].version == 0) {
672 *str_p_loc_drc_coefficients_uni_drc =
673 &(drc_config->str_p_loc_drc_coefficients_uni_drc[cV1]);
675 *str_p_loc_drc_coefficients_uni_drc =
676 &(drc_config->str_p_loc_drc_coefficients_uni_drc[cV0]);
678 *str_p_loc_drc_coefficients_uni_drc = NULL;
688 ia_uni_drc_coeffs_struct* str_p_loc_drc_coefficients_uni_drc; local
698 impd_select_drc_coeff3(pstr_drc_config, &str_p_loc_drc_coefficients_uni_drc);
892 ia_uni_drc_coeffs_struct* str_p_loc_drc_coefficients_uni_drc; local
    [all...]
impd_drc_selection_process_drcset_selection.c 563 ia_uni_drc_coeffs_struct* str_p_loc_drc_coefficients_uni_drc = NULL; local
585 str_p_loc_drc_coefficients_uni_drc =
586 &(pstr_drc_config->str_p_loc_drc_coefficients_uni_drc[i]);
587 if (str_p_loc_drc_coefficients_uni_drc->drc_location == LOCATION_SELECTED)
606 &(str_p_loc_drc_coefficients_uni_drc->gain_set_params
636 &(str_p_loc_drc_coefficients_uni_drc->gain_set_params
735 ia_uni_drc_coeffs_struct* str_p_loc_drc_coefficients_uni_drc = NULL; local
738 impd_select_drc_coeff3(pstr_drc_config, &str_p_loc_drc_coefficients_uni_drc);
739 if (str_p_loc_drc_coefficients_uni_drc == NULL) return UNEXPECTED_ERROR;
    [all...]
impd_drc_static_payload.c 406 ia_uni_drc_coeffs_struct* str_p_loc_drc_coefficients_uni_drc; local
412 if (drc_config->str_p_loc_drc_coefficients_uni_drc[i].drc_location ==
414 if (drc_config->str_p_loc_drc_coefficients_uni_drc[i].version == 0) {
422 str_p_loc_drc_coefficients_uni_drc =
423 &(drc_config->str_p_loc_drc_coefficients_uni_drc[c1]);
425 str_p_loc_drc_coefficients_uni_drc =
426 &(drc_config->str_p_loc_drc_coefficients_uni_drc[c0]);
428 str_p_loc_drc_coefficients_uni_drc =
429 &drc_config->str_p_loc_drc_coefficients_uni_drc
432 str_p_loc_drc_coefficients_uni_drc->version = 1
1025 ia_uni_drc_coeffs_struct* str_p_loc_drc_coefficients_uni_drc = NULL; local
2010 ia_uni_drc_coeffs_struct* str_p_loc_drc_coefficients_uni_drc = NULL; local
    [all...]
impd_drc_struct.h 613 str_p_loc_drc_coefficients_uni_drc[DRC_COEFF_COUNT_MAX]; member in struct:ia_drc_config
  /external/libxaac/decoder/
ixheaacd_config.h 615 str_p_loc_drc_coefficients_uni_drc[DRC_COEFF_COUNT_MAX]; member in struct:ia_drc_config

Completed in 435 milliseconds