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

  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 70 \param temp_d pre-allocated space of size 12*nr_samples+10*nr_points doubles
100 /*Pre-allocated space temp_d
104 double *temp_d,
db_rob_image_homography.cpp 636 /*Pre-allocated space temp_d
640 double *temp_d,
734 hyp_cost_array=temp_d;
735 hyp_H_array=temp_d+nr_samples;
736 temp_select=temp_d+10*nr_samples;
737 x_h=temp_d+12*nr_samples;
738 xp_h=temp_d+12*nr_samples+3*nr_points;
739 x_i=temp_d+12*nr_samples+6*nr_points;
740 xp_i=temp_d+12*nr_samples+8*nr_points;
    [all...]
db_feature_detection.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_tes.cpp 253 dst_reg temp_d = retype(temp, BRW_REGISTER_TYPE_D); local
256 emit(VEC4_OPCODE_URB_READ, temp_d, src_reg(header));
261 read = emit(VEC4_OPCODE_URB_READ, byte_offset(temp_d, REG_SIZE),
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 4278 vixl32::DRegister temp_d = DRegisterFrom(locations->GetTemp(0)); local
    [all...]

Completed in 116 milliseconds