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

  /external/libopus/celt/
cwrs.c 458 void encode_pulses(const int *_y,int _n,int _k,ec_enc *_enc){
460 ec_enc_uint(_enc,icwrs(_n,_y),CELT_PVQ_V(_n,_k));
676 void encode_pulses(const int *_y,int _n,int _k,ec_enc *_enc){
684 ec_enc_uint(_enc,i,nc);
celt_encoder.c 1252 ec_enc _enc; local
    [all...]
  /external/valgrind/VEX/priv/
host_mips_defs.h 43 #define GPR(_mode64, _enc, _ix64, _ix32) \
45 (_enc), (_mode64) ? (_ix64) : (_ix32))
47 #define FR(_mode64, _enc, _ix64, _ix32) \
49 (_enc), (_mode64) ? (_ix64) : (_ix32))
51 #define DR(_mode64, _enc, _ix64, _ix32) \
53 (_enc), (_mode64) ? (_ix64) : (_ix32))
host_ppc_defs.h 48 #define GPR(_mode64, _enc, _ix64, _ix32) \
50 (_enc), (_mode64) ? (_ix64) : (_ix32))
52 #define FPR(_mode64, _enc, _ix64, _ix32) \
54 (_enc), (_mode64) ? (_ix64) : (_ix32))
56 #define VR(_mode64, _enc, _ix64, _ix32) \
58 (_enc), (_mode64) ? (_ix64) : (_ix32))
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 53 #define OVERRIDE(name) m_##name##_enc = this-> name ; this-> name = &s_##name
    [all...]

Completed in 999 milliseconds