Home
last modified time | relevance | path

Searched refs:orient (Results 1 – 24 of 24) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dt1.c48 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 …]
Dt1_generate_luts.c41 static int t1_init_ctxno_zc(int f, int orient) { in t1_init_ctxno_zc() argument
48 switch (orient) { in t1_init_ctxno_zc()
207 int orient = j; in main() local
208 if (orient == 2) { in main()
209 orient = 1; in main()
210 } else if (orient == 1) { in main()
211 orient = 2; in main()
213 lut_ctxno_zc[(orient << 8) | i] = t1_init_ctxno_zc(i, j); in main()
Ddwt.h76 OPJ_UINT32 opj_dwt_getgain(OPJ_UINT32 orient) ;
83 OPJ_FLOAT64 opj_dwt_getnorm(OPJ_UINT32 level, OPJ_UINT32 orient);
103 OPJ_UINT32 opj_dwt_getgain_real(OPJ_UINT32 orient);
110 OPJ_FLOAT64 opj_dwt_getnorm_real(OPJ_UINT32 level, OPJ_UINT32 orient);
Ddwt.c489 OPJ_UINT32 opj_dwt_getgain(OPJ_UINT32 orient) { in opj_dwt_getgain() argument
490 if (orient == 0) in opj_dwt_getgain()
492 if (orient == 1 || orient == 2) in opj_dwt_getgain()
500 OPJ_FLOAT64 opj_dwt_getnorm(OPJ_UINT32 level, OPJ_UINT32 orient) { in opj_dwt_getnorm() argument
501 return opj_dwt_norms[orient][level]; in opj_dwt_getnorm()
515 OPJ_UINT32 opj_dwt_getgain_real(OPJ_UINT32 orient) { in opj_dwt_getgain_real() argument
516 (void)orient; in opj_dwt_getgain_real()
523 OPJ_FLOAT64 opj_dwt_getnorm_real(OPJ_UINT32 level, OPJ_UINT32 orient) { in opj_dwt_getnorm_real() argument
524 return opj_dwt_norms_real[orient][level]; in opj_dwt_getnorm_real()
532 OPJ_UINT32 resno, level, orient, gain; in opj_dwt_calc_explicit_stepsizes() local
[all …]
/external/opencv/cv/src/
Dcvmotempl.cpp173 CvMat orientstub, *orient = (CvMat*)orientation; in cvCalcMotionGradient() local
183 CV_CALL( orient = cvGetMat( orient, &orientstub )); in cvCalcMotionGradient()
194 if( CV_MAT_TYPE( mhi->type ) != CV_32FC1 || CV_MAT_TYPE( orient->type ) != CV_32FC1 ) in cvCalcMotionGradient()
198 if( !CV_ARE_SIZES_EQ( mhi, mask ) || !CV_ARE_SIZES_EQ( orient, mhi )) in cvCalcMotionGradient()
201 if( orient->data.ptr == mhi->data.ptr ) in cvCalcMotionGradient()
221 cvGetRow( orient, &orient_row, 0 ); in cvCalcMotionGradient()
229 orient_row.data.ptr = orient->data.ptr + y*orient->step; in cvCalcMotionGradient()
260 orient_row.data.ptr = orient->data.ptr + y*orient->step; in cvCalcMotionGradient()
296 CvMat orientstub, *orient = (CvMat*)orientation; in cvCalcGlobalOrientation() local
309 CV_CALL( orient = cvGetMat( orient, &orientstub )); in cvCalcGlobalOrientation()
[all …]
/external/icu/icu4c/source/data/zone/
Dfur.txt57 ld{"Ore estive de Europe orientâl"}
58 lg{"Ore de Europe orientâl"}
59 ls{"Ore standard de Europe orientâl"}
/external/icu/icu4c/source/data/region/
Dfur.txt12 014{"Afriche orientâl"}
19 030{"Asie orientâl"}
21 035{"Asie sud orientâl"}
31 151{"Europe orientâl"}
258 TL{"Timor orientâl"}
/external/libcups/filter/
Dcommon.c412 WriteLabels(int orient) /* I - Orientation of the page */ in WriteLabels() argument
420 if ((orient ^ Orientation) & 1) in WriteLabels()
431 switch (orient & 3) in WriteLabels()
Dcommon.h61 extern void WriteLabels(int orient);
Dpstops.c185 static void write_labels(pstops_doc_t *doc, int orient);
699 int orient = (atoi(line + 14) / 90) & 3; in copy_comments() local
701 if (orient != Orientation) in copy_comments()
707 Orientation = (4 - Orientation + orient) & 3; in copy_comments()
709 Orientation = orient; in copy_comments()
3291 int orient) /* I - Orientation of the page */ in write_labels() argument
3299 if ((orient ^ Orientation) & 1) in write_labels()
3310 switch (orient & 3) in write_labels()
/external/ImageMagick/scripts/
Dxsnap145 scale .options.input.delay.scale -orient horizontal -length 11c \
182 scale .options.processing.colors.scale -orient horizontal -length 11c \
189 scale .options.processing.rotate.scale -orient horizontal -length 11c \
214 scale .options.output.scene.scale -orient horizontal -length 11c \
/external/pdfium/third_party/freetype/src/base/
Dftoutln.c832 FT_Orientation orient = FT_ORIENTATION_NONE;
880 if ( orient == FT_ORIENTATION_NONE )
881 orient = o;
882 else if ( orient != o )
887 return orient;
/external/freetype/src/base/
Dftoutln.c835 FT_Orientation orient = FT_ORIENTATION_NONE;
883 if ( orient == FT_ORIENTATION_NONE )
884 orient = o;
885 else if ( orient != o )
890 return orient;
/external/icu/icu4c/source/data/lang/
Dfur.txt245 Syrn{"siriac orientâl"}
289 AREVELA{"armen orientâl"}
/external/hyphenation-patterns/da/
Dhyph-da.pat.txt693 3orient
/external/libvorbis/examples/
Dframeview.pl232 -showvalue=>'TRUE',-variable=>\$fileno,-orient=>'horizontal')->
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_OSX.mm389 …Vertex shaders primarily exist to allow a developer to express how to orient vertices in 3D space,…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_lexpos.utf1193 ADJ_SG^V_PART "orienté" :G2P
1194 ADJ_SG^V_PART "orientée" :G2P
3082 N_M_SG "orient" :G2P
/external/hyphenation-patterns/de/
Dhyph-de-1901.pat.txt13492 3orient
Dhyph-de-1996.pat.txt13271 3orient
Dhyph-de-ch-1901.pat.txt13365 3orient
/external/libexif/po/
Dsk.po3175 msgstr "orientácia"
/external/hyphenation-patterns/nn/
Dhyph-nn.pat.txt17314 5orient
/external/hyphenation-patterns/nb/
Dhyph-nb.pat.txt17314 5orient