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

  /external/chromium_org/third_party/qcms/src/
transform_util.h 50 float *build_input_gamma_table(struct curveType *TRC);
52 void build_output_lut(struct curveType *trc,
56 qcms_bool compute_precache(struct curveType *trc, uint8_t *output);
transform_util.c 253 float *build_input_gamma_table(struct curveType *TRC)
257 if (!TRC) return NULL;
260 if (TRC->type == PARAMETRIC_CURVE_TYPE) {
261 compute_curve_gamma_table_type_parametric(gamma_table, TRC->parameter, TRC->count);
263 if (TRC->count == 0) {
265 } else if (TRC->count == 1) {
266 compute_curve_gamma_table_type1(gamma_table, u8Fixed8Number_to_float(TRC->data[0]));
268 compute_curve_gamma_table_type2(gamma_table, TRC->data, TRC->count)
    [all...]
  /external/valgrind/main/coregrind/
pub_core_syswrap.h 43 extern void VG_(client_syscall) ( ThreadId tid, UInt trc );
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
b_dump.c 82 int i,j,rows,trc; local
86 trc=0;
90 trc++;
150 if (trc > 0)
153 len+trc);
  /external/openssl/crypto/bio/
b_dump.c 82 int i,j,rows,trc; local
86 trc=0;
90 trc++;
150 if (trc > 0)
153 len+trc);
  /external/llvm/lib/CodeGen/
Spiller.cpp 88 const TargetRegisterClass *trc = mri->getRegClass(li->reg); local
136 tii->loadRegFromStackSlot(*mi->getParent(), miItr, newLI->reg, ss, trc,
150 true, ss, trc, tri);
RegAllocPBQP.cpp 214 const TargetRegisterClass *trc = mri->getRegClass(vreg); local
224 ArrayRef<uint16_t> rawOrder = trc->getRawAllocationOrder(*mf);
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 815 TRC. In the case where that is VG_TRC_CHAIN_ME_TO_{SLOW,FAST}_EP,
1253 HWord trc[2]; \/* "two_words" *\/ local
    [all...]
  /external/strace/
system.c 2281 ts_reclaim_child_inargs_t trc; local
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 367 float Gxx,Gxy,Gyy,det,trc; local
377 trc=Gxx+Gyy;
378 s[i][j+c]=det-0.06f*trc*trc;
596 float Gxx,Gxy,Gyy,det,trc; local
607 trc=Gxx+Gyy;
608 s[c]=det-k*trc*trc;
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 367 float Gxx,Gxy,Gyy,det,trc; local
377 trc=Gxx+Gyy;
378 s[i][j+c]=det-0.06f*trc*trc;
596 float Gxx,Gxy,Gyy,det,trc; local
607 trc=Gxx+Gyy;
608 s[c]=det-k*trc*trc;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 367 float Gxx,Gxy,Gyy,det,trc; local
377 trc=Gxx+Gyy;
378 s[i][j+c]=det-0.06f*trc*trc;
596 float Gxx,Gxy,Gyy,det,trc; local
607 trc=Gxx+Gyy;
608 s[c]=det-k*trc*trc;
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 404 /*IN*/ UInt trc )
532 // thread state rather than passing in the trc?
533 switch (trc) {
569 vg_assert(trc == VEX_TRC_JMP_SYS_SYSCALL);
    [all...]

Completed in 485 milliseconds