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

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 291 Word16 pbVal0, pbVal1, shift;
302 pbVal1 = (pbBarcVal[sfb] << 1) - pbVal0;
303 barcWidth = pbVal1 - pbVal0;
304 pbVal0 = pbVal1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dvbsiparser.h 392 STDMETHOD_(HRESULT,GetRecordUserNibbles)(THIS_ BYTE bRecordIndex,BYTE *pbVal1,BYTE *pbVal2) PURE;
404 #define IDvbContentDescriptor_GetRecordUserNibbles(This,bRecordIndex,pbVal1,pbVal2) (This)->lpVtbl->GetRecordUserNibbles(This,bRecordIndex,pbVal1,pbVal2)
    [all...]

Completed in 167 milliseconds