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

  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h 509 int floor_x=(int) x; local
512 int ceil_x=floor_x+1;
515 unsigned char f00 = v[floor_y][3*floor_x+offset];
517 unsigned char f10 = v[ceil_y][3*floor_x+offset];
520 double xl = x-floor_x;
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 509 int floor_x=(int) x; local
512 int ceil_x=floor_x+1;
515 unsigned char f00 = v[floor_y][3*floor_x+offset];
517 unsigned char f10 = v[ceil_y][3*floor_x+offset];
520 double xl = x-floor_x;
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 509 int floor_x=(int) x; local
512 int ceil_x=floor_x+1;
515 unsigned char f00 = v[floor_y][3*floor_x+offset];
517 unsigned char f10 = v[ceil_y][3*floor_x+offset];
520 double xl = x-floor_x;
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities.h 461 int floor_x=(int) x; local
464 int ceil_x=floor_x+1;
467 unsigned char f00 = v[floor_y][floor_x];
469 unsigned char f10 = v[ceil_y][floor_x];
472 double xl = x-floor_x;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.h 461 int floor_x=(int) x; local
464 int ceil_x=floor_x+1;
467 unsigned char f00 = v[floor_y][floor_x];
469 unsigned char f10 = v[ceil_y][floor_x];
472 double xl = x-floor_x;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.h 461 int floor_x=(int) x; local
464 int ceil_x=floor_x+1;
467 unsigned char f00 = v[floor_y][floor_x];
469 unsigned char f10 = v[ceil_y][floor_x];
472 double xl = x-floor_x;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 358 LLVMValueRef floor_x; local
361 floor_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR,
366 TGSI_OPCODE_EX2, floor_x);
370 TGSI_OPCODE_SUB, emit_data->args[0] /* src0.x */, floor_x);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 358 LLVMValueRef floor_x; local
361 floor_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR,
366 TGSI_OPCODE_EX2, floor_x);
370 TGSI_OPCODE_SUB, emit_data->args[0] /* src0.x */, floor_x);
    [all...]

Completed in 1223 milliseconds