Home
last modified time | relevance | path

Searched refs:bottom_right (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_deshake_opencl.c182 cl_float2 bottom_right; member
1002 cl_float2 bottom_right = transformed_point(frame_width, frame_height, transform); in update_needed_crop() local
1006 if (crop->bottom_right.s[0] == 0) { in update_needed_crop()
1008 crop->bottom_right.s[0] = frame_width; in update_needed_crop()
1009 crop->bottom_right.s[1] = frame_height; in update_needed_crop()
1024 crop->bottom_right.s[0] = FFMIN3( in update_needed_crop()
1025 crop->bottom_right.s[0], in update_needed_crop()
1026 bottom_right.s[0], in update_needed_crop()
1030 crop->bottom_right.s[1] = FFMIN3( in update_needed_crop()
1031 crop->bottom_right.s[1], in update_needed_crop()
[all …]
/third_party/ffmpeg/libavfilter/opencl/
Ddeshake.cl575 float2 bottom_right,
580 float crop_width = bottom_right.x - top_left.x;
581 float crop_height = bottom_right.y - top_left.y;
587 ret.y = (height_norm * crop_height) + ((float)orig_dim.y - bottom_right.y);
597 float2 bottom_right
607 cropped_point((float2)(loc.x, loc.y), top_left, bottom_right, get_image_dim(dst))
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftcolor.h1441 FT_Vector bottom_right; member
/third_party/ffmpeg/libavcodec/
Dcbs_h264.h184 uint16_t bottom_right[H264_MAX_SLICE_GROUPS]; member
Dcbs_h264_syntax_template.c446 ues(bottom_right[iGroup], in FUNC()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp1049 {SkFDot6ToScalar(colrGlyphClipBox.bottom_right.x), in GetClipBoxPath()
1050 -SkFDot6ToScalar(colrGlyphClipBox.bottom_right.y)}}, in GetClipBoxPath()
DSkFontHost_FreeType.cpp1123 colrGlyphBbox.bottom_right}) { in generateMetrics()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcolr.c921 clip_box->bottom_right = corners[3]; in tt_face_get_color_glyph_clipbox()