Lines Matching refs:hBC
727 BITCNTR_STATE* const hBC,
751 hBC->mergeGainLookUp,
752 (lookUpTable)hBC->bitLookUp,
780 BITCNTR_STATE *hBC = GetRam_aacEnc_BitCntrState();
782 if (hBC)
784 *phBC = hBC;
785 hBC->bitLookUp = GetRam_aacEnc_BitLookUp(0,dynamic_RAM);
786 hBC->mergeGainLookUp = GetRam_aacEnc_MergeGainLookUp(0,dynamic_RAM);
787 if (hBC->bitLookUp == 0 ||
788 hBC->mergeGainLookUp == 0)
793 return (hBC == 0) ? 1 : 0;