HomeSort by relevance Sort by last modified time
    Searched refs:orient (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/pdfium/third_party/libopenjpeg20/
dwt.h 73 @param orient Number that identifies the subband (0->LL, 1->HL, 2->LH, 3->HH)
74 @return Returns 0 if orient = 0, returns 1 if orient = 1 or 2, returns 2 otherwise
76 OPJ_UINT32 opj_dwt_getgain(OPJ_UINT32 orient) ;
80 @param orient Band of the wavelet function
83 OPJ_FLOAT64 opj_dwt_getnorm(OPJ_UINT32 level, OPJ_UINT32 orient);
100 @param orient Number that identifies the subband (0->LL, 1->HL, 2->LH, 3->HH)
103 OPJ_UINT32 opj_dwt_getgain_real(OPJ_UINT32 orient);
107 @param orient Band of the wavelet function
110 OPJ_FLOAT64 opj_dwt_getnorm_real(OPJ_UINT32 level, OPJ_UINT32 orient);
    [all...]
t1_generate_luts.c 41 static int t1_init_ctxno_zc(int f, int orient) {
48 switch (orient) {
207 int orient = j; local
208 if (orient == 2) {
209 orient = 1;
210 } else if (orient == 1) {
211 orient = 2;
213 lut_ctxno_zc[(orient << 8) | i] = t1_init_ctxno_zc(i, j);
t1.c 48 static INLINE OPJ_BYTE opj_t1_getctxno_zc(OPJ_UINT32 f, OPJ_UINT32 orient);
61 OPJ_UINT32 orient,
75 OPJ_UINT32 orient,
85 OPJ_INT32 orient,
92 OPJ_INT32 orient,
98 OPJ_INT32 orient,
108 OPJ_UINT32 orient,
119 OPJ_INT32 orient,
124 OPJ_INT32 orient);
128 OPJ_INT32 orient);
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
thread_track.css 7 -webkit-box-orient: vertical;
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.AKM.cpp 182 void CompassSensor::getOrientationMatrix(signed char *orient)
186 orient[0] = 1;
187 orient[1] = 0;
188 orient[2] = 0;
189 orient[3] = 0;
190 orient[4] = 1;
191 orient[5] = 0;
192 orient[6] = 0;
193 orient[7] = 0;
194 orient[8] = 1
    [all...]
CompassSensor.AKM.h 61 void getOrientationMatrix(signed char *orient);
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.cpp 182 void CompassSensor::getOrientationMatrix(signed char *orient)
186 orient[0] = 1;
187 orient[1] = 0;
188 orient[2] = 0;
189 orient[3] = 0;
190 orient[4] = 1;
191 orient[5] = 0;
192 orient[6] = 0;
193 orient[7] = 0;
194 orient[8] = 1
    [all...]
CompassSensor.AKM.h 61 void getOrientationMatrix(signed char *orient);
  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 54 int tilt = 0, orient = 0; local
65 orient = (int) atan2f(-x, y) * RADIANS_2_DEG;
67 if (orient < 0) {
68 orient += 360;
71 if (orient >= DEGREES_270_THRESH) {
72 orient = 270;
73 } else if (orient >= DEGREES_180_THRESH) {
74 orient = 180;
75 } else if (orient >= DEGREES_90_THRESH) {
76 orient = 90
    [all...]
  /hardware/ti/omap4-aah/camera/
SensorListener.cpp 52 int tilt = 0, orient = 0; local
63 orient = (int) atan2f(-x, y) * RADIANS_2_DEG;
65 if (orient < 0) {
66 orient += 360;
69 if (orient >= DEGREES_270_THRESH) {
70 orient = 270;
71 } else if (orient >= DEGREES_180_THRESH) {
72 orient = 180;
73 } else if (orient >= DEGREES_90_THRESH) {
74 orient = 90
    [all...]
  /external/opencv/cv/src/
cvmotempl.cpp 173 CvMat orientstub, *orient = (CvMat*)orientation; local
183 CV_CALL( orient = cvGetMat( orient, &orientstub ));
194 if( CV_MAT_TYPE( mhi->type ) != CV_32FC1 || CV_MAT_TYPE( orient->type ) != CV_32FC1 )
198 if( !CV_ARE_SIZES_EQ( mhi, mask ) || !CV_ARE_SIZES_EQ( orient, mhi ))
201 if( orient->data.ptr == mhi->data.ptr )
221 cvGetRow( orient, &orient_row, 0 );
229 orient_row.data.ptr = orient->data.ptr + y*orient->step;
260 orient_row.data.ptr = orient->data.ptr + y*orient->step
296 CvMat orientstub, *orient = (CvMat*)orientation; local
    [all...]
  /external/opencv3/3rdparty/libjasper/
jpc_t1cod.c 136 int JPC_NOMINALGAIN(int qmfbid, int numlvls, int lvlno, int orient)
146 assert(orient == JPC_TSFB_LL);
149 switch (orient) {
237 int orient; local
246 for (orient = 0; orient < 4; ++orient) {
248 jpc_zcctxnolut[(orient << 8) | i] = jpc_getzcctxno(i, orient);
293 int jpc_getzcctxno(int f, int orient)
    [all...]
jpc_t1cod.h 202 int jpc_getzcctxno(int f, int orient);
203 #define JPC_GETZCCTXNO(f, orient) \
204 (jpc_zcctxnolut[((orient) << 8) | ((f) & JPC_OTHSIGMSK)])
279 int JPC_NOMINALGAIN(int qmfbid, int numlvls, int lvlno, int orient);
jpc_tsfb.h 104 int orient; member in struct:__anon20916
  /hardware/qcom/display/msm8226/liboverlay/
overlayCtrl.cpp 59 bool Ctrl::setTransform(const utils::eTransform& orient)
61 if(!mMdp.setTransform(orient)) {
  /hardware/qcom/display/msm8960/liboverlay/
overlayCtrl.cpp 59 bool Ctrl::setTransform(const utils::eTransform& orient)
61 if(!mMdp.setTransform(orient)) {
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
and_constructor.c 69 unsigned short orient; local
77 orient = inv_orientation_matrix_to_scalar(g_gyro_orientation);
78 inv_set_gyro_orientation_and_scale(orient, 2000L << 15);
81 orient = inv_orientation_matrix_to_scalar(g_accel_orientation);
84 inv_set_accel_orientation_and_scale(orient, sens);
87 orient = inv_orientation_matrix_to_scalar(g_compass_orientation);
91 inv_set_compass_orientation_and_scale(orient, sens);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 445 int orient; local
448 printf("GT:Screen Orient Handler\n");
456 fscanf(fp, "%d\n", &orient);
459 printf("Screen Orient-> %d\n", orient);
469 int orient; local
472 fscanf(fp, "%d\n", &orient);
476 printf("GT:Reg Orient Handler\n");
479 if (orient & 0x01)
480 printf("Orient->X Up\n")
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/
quat_accuracy_monitor.h 65 float inv_heading_accuracy_check(float orient[3], float *heading, int8_t *accuracy);
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/
quat_accuracy_monitor.h 65 float inv_heading_accuracy_check(float orient[3], float *heading, int8_t *accuracy);
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.cpp 106 void GenericPipe::setTransform(const utils::eTransform& orient) {
109 mRotUsed |= ((orient & utils::OVERLAY_TRANSFORM_ROT_90) && !mPreRotated);
110 mRot->setTransform(orient);
111 mCtrlData.ctrl.setTransform(orient);
  /hardware/qcom/display/msm8226/liboverlay/pipes/
overlayGenPipe.cpp 56 void GenericPipe::setTransform(const utils::eTransform& orient) {
57 mCtrl->setTransform(orient);
  /hardware/qcom/display/msm8909/liboverlay/pipes/
overlayGenPipe.cpp 56 void GenericPipe::setTransform(const utils::eTransform& orient) {
57 mCtrl->setTransform(orient);
  /hardware/qcom/display/msm8994/liboverlay/pipes/
overlayGenPipe.cpp 56 void GenericPipe::setTransform(const utils::eTransform& orient) {
57 mCtrl->setTransform(orient);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_fbupdate.cpp 95 ovutils::eTransform orient = static_cast<ovutils::eTransform >(extOrient); local
105 if(configRotator(mRot, info, sourceCrop, mdpFlags, orient, 0) < 0) {
110 updateSource(orient, info, sourceCrop, mRot);
176 ovutils::eTransform orient = local
196 transform, orient);
208 orient = ovutils::OVERLAY_TRANSFORM_0;
216 if(configMdp(ctx->mOverlay, parg, orient, sourceCrop, displayFrame,
284 ovutils::eTransform orient = local
322 transform, orient);
357 if (configMdp(ctx->mOverlay, pargL, orient, cropL
466 ovutils::eTransform orient = local
    [all...]

Completed in 3528 milliseconds

1 2 3 4 5 6 7 8 9