Home
last modified time | relevance | path

Searched defs:orient (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dt1.c306 OPJ_BYTE opj_t1_getctxno_zc(OPJ_UINT32 f, OPJ_UINT32 orient) { in opj_t1_getctxno_zc()
367 OPJ_UINT32 orient, in opj_t1_enc_sigpass_step()
409 OPJ_INT32 orient, in opj_t1_dec_sigpass_step_raw()
432 OPJ_INT32 orient, in opj_t1_dec_sigpass_step_mqc()
456 OPJ_INT32 orient, in opj_t1_dec_sigpass_step_mqc_vsc()
481 OPJ_UINT32 orient, in opj_t1_enc_sigpass()
514 OPJ_INT32 orient, in opj_t1_dec_sigpass_raw()
541 OPJ_INT32 orient) in opj_t1_dec_sigpass_mqc()
584 OPJ_INT32 orient) in opj_t1_dec_sigpass_mqc_vsc()
832 OPJ_UINT32 orient, in opj_t1_enc_clnpass_step()
[all …]
Dt1_generate_luts.c41 static int t1_init_ctxno_zc(int f, int orient) { in t1_init_ctxno_zc()
207 int orient = j; in main() local
Ddwt.c482 OPJ_UINT32 opj_dwt_getgain(OPJ_UINT32 orient) { in opj_dwt_getgain()
493 OPJ_FLOAT64 opj_dwt_getnorm(OPJ_UINT32 level, OPJ_UINT32 orient) { in opj_dwt_getnorm()
508 OPJ_UINT32 opj_dwt_getgain_real(OPJ_UINT32 orient) { in opj_dwt_getgain_real()
516 OPJ_FLOAT64 opj_dwt_getnorm_real(OPJ_UINT32 level, OPJ_UINT32 orient) { in opj_dwt_getnorm_real()
525 OPJ_UINT32 resno, level, orient, gain; in opj_dwt_calc_explicit_stepsizes() local
/external/chromium_org/third_party/WebKit/Source/core/events/
DOverflowEvent.h36 unsigned short orient; member
63 unsigned short orient() const { return m_orient; } in orient() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleDeprecatedFlexibleBoxData.h50 unsigned orient: 1; // EBoxOrient variable
/external/opencv/cv/src/
Dcvmotempl.cpp173 CvMat orientstub, *orient = (CvMat*)orientation; in cvCalcMotionGradient() local
296 CvMat orientstub, *orient = (CvMat*)orientation; in cvCalcGlobalOrientation() local
/external/qemu/android/
Dhw-sensors.c627 _hwSensors_setCoarseOrientation( HwSensors* h, AndroidCoarseOrientation orient ) in _hwSensors_setCoarseOrientation()
717 android_sensors_set_coarse_orientation( AndroidCoarseOrientation orient ) in android_sensors_set_coarse_orientation()
/external/chromium_org/third_party/d3/src/
Dd3.js8761 axis.orient = function(x) { function