Home
last modified time | relevance | path

Searched refs:top_left (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcllc.c88 static int read_argb_line(CLLCContext *ctx, GetBitContext *gb, int *top_left, in read_argb_line() argument
99 pred[0] = top_left[0]; in read_argb_line()
100 pred[1] = top_left[1]; in read_argb_line()
101 pred[2] = top_left[2]; in read_argb_line()
102 pred[3] = top_left[3]; in read_argb_line()
145 top_left[0] = outbuf[0]; in read_argb_line()
148 if (top_left[0]) { in read_argb_line()
149 top_left[1] = outbuf[1]; in read_argb_line()
150 top_left[2] = outbuf[2]; in read_argb_line()
151 top_left[3] = outbuf[3]; in read_argb_line()
[all …]
Dcbs_h264.h183 uint16_t top_left[H264_MAX_SLICE_GROUPS]; member
Dcbs_h264_syntax_template.c445 ues(top_left[iGroup], 0, pic_size - 1, 1, iGroup); in FUNC()
447 current->top_left[iGroup], pic_size - 1, 1, iGroup); in FUNC()
/third_party/ffmpeg/libavcodec/mips/
Dvp9_intra_msa.c361 uint8_t top_left = src_top_ptr[-1]; in ff_tm_4x4_msa() local
366 src_top_left = (v8u16) __msa_fill_h(top_left); in ff_tm_4x4_msa()
388 uint8_t top_left = src_top_ptr[-1]; in ff_tm_8x8_msa() local
395 src_top_left = (v8u16) __msa_fill_h(top_left); in ff_tm_8x8_msa()
421 uint8_t top_left = src_top_ptr[-1]; in ff_tm_16x16_msa() local
427 src_top_left = (v8u16) __msa_fill_h(top_left); in ff_tm_16x16_msa()
472 uint8_t top_left = src_top_ptr[-1]; in ff_tm_32x32_msa() local
479 src_top_left = (v8u16) __msa_fill_h(top_left); in ff_tm_32x32_msa()
/third_party/ffmpeg/libavfilter/
Dvf_deshake_opencl.c188 cl_float2 top_left; member
1013 cl_float2 top_left = transformed_point(0, 0, transform); in update_needed_crop() local
1026 crop->top_left.s[0] = FFMAX3( in update_needed_crop()
1027 crop->top_left.s[0], in update_needed_crop()
1028 top_left.s[0], in update_needed_crop()
1032 crop->top_left.s[1] = FFMAX3( in update_needed_crop()
1033 crop->top_left.s[1], in update_needed_crop()
1034 top_left.s[1], in update_needed_crop()
1051 new_height = crop->bottom_right.s[1] - crop->top_left.s[1]; in update_needed_crop()
1052 new_width = crop->bottom_right.s[0] - crop->top_left.s[0]; in update_needed_crop()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dfilters.c219 uint8_t top = prev[0], top_left = top, left = top; in GradientUnfilter_C() local
223 left = (uint8_t)(in[i] + GradientPredictor_C(left, top, top_left)); in GradientUnfilter_C()
224 top_left = top; in GradientUnfilter_C()
Dfilters_mips_dsp_r2.c367 uint8_t top = prev[0], top_left = top, left = top; in GradientUnfilter_MIPSdspR2() local
371 left = in[i] + GradientPredictor_MIPSdspR2(left, top, top_left); in GradientUnfilter_MIPSdspR2()
372 top_left = top; in GradientUnfilter_MIPSdspR2()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dfilters.c219 uint8_t top = prev[0], top_left = top, left = top; in GradientUnfilter_C() local
223 left = (uint8_t)(in[i] + GradientPredictor_C(left, top, top_left)); in GradientUnfilter_C()
224 top_left = top; in GradientUnfilter_C()
Dfilters_mips_dsp_r2.c367 uint8_t top = prev[0], top_left = top, left = top; in GradientUnfilter_MIPSdspR2() local
371 left = in[i] + GradientPredictor_MIPSdspR2(left, top, top_left); in GradientUnfilter_MIPSdspR2()
372 top_left = top; in GradientUnfilter_MIPSdspR2()
/third_party/ffmpeg/libavfilter/opencl/
Ddeshake.cl574 float2 top_left,
580 float crop_width = bottom_right.x - top_left.x;
581 float crop_height = bottom_right.y - top_left.y;
586 ret.x = (width_norm * crop_width) + top_left.x;
596 float2 top_left,
607 cropped_point((float2)(loc.x, loc.y), top_left, bottom_right, get_image_dim(dst))
/third_party/mesa3d/include/android_stub/system/
Dgraphics.h147 uint8_t *top_left; member
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftcolor.h1439 FT_Vector top_left; member
/third_party/freetype/include/freetype/
Dftcolor.h1439 FT_Vector top_left; member
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgltransformation.c592 graphene_point3d_t bottom_left, bottom_right, top_left, top_right; in _init_world_video_plane() local
596 graphene_point3d_init (&top_left, -transformation->aspect, 1., 0.); in _init_world_video_plane()
606 &top_left, &world_top_left); in _init_world_video_plane()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h796 guint32 top_left[8]; member
Dgsth264parser.c2093 READ_UE (&nr, pps->top_left[i]); in gst_h264_parse_pps()
/third_party/ffmpeg/libavcodec/x86/
Dh264_intrapred.asm1063 test r1d, r1d ; top_left
1295 test r1d, r1d ; top_left
1454 test r1d, r1d ; top_left
1563 test r1d, r1d ; top_left
1581 test r1d, r1d ; top_left
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp1045 {SkFDot6ToScalar(colrGlyphClipBox.top_left.x), in GetClipBoxPath()
1046 -SkFDot6ToScalar(colrGlyphClipBox.top_left.y)}, in GetClipBoxPath()
DSkFontHost_FreeType.cpp1121 for (auto& corner : {colrGlyphBbox.top_left, in generateMetrics()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcolr.c919 clip_box->top_left = corners[1]; in tt_face_get_color_glyph_clipbox()
/third_party/freetype/src/sfnt/
Dttcolr.c950 clip_box->top_left = corners[1]; in tt_face_get_color_glyph_clipbox()