Searched refs:bottom_right (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_deshake_opencl.c | 182 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/ |
D | deshake.cl | 575 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/ |
D | ftcolor.h | 1441 FT_Vector bottom_right; member
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_h264.h | 184 uint16_t bottom_right[H264_MAX_SLICE_GROUPS]; member
|
D | cbs_h264_syntax_template.c | 446 ues(bottom_right[iGroup], in FUNC()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 1049 {SkFDot6ToScalar(colrGlyphClipBox.bottom_right.x), in GetClipBoxPath() 1050 -SkFDot6ToScalar(colrGlyphClipBox.bottom_right.y)}}, in GetClipBoxPath()
|
D | SkFontHost_FreeType.cpp | 1123 colrGlyphBbox.bottom_right}) { in generateMetrics()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcolr.c | 921 clip_box->bottom_right = corners[3]; in tt_face_get_color_glyph_clipbox()
|