Home
last modified time | relevance | path

Searched defs:topleft (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmjpeg.h118 #define PREDICT(ret, topleft, top, left, predictor)\ argument
Dljpegenc.c72 int left[4], top[4], topleft[4]; in ljpeg_encode_bgr() local
Dvp9recon.c98 uint8_t *top, *topleft; in check_intra_mode() local
Dmpeg4videodec.c1934 dpcm_residual, left, top, topleft, min_left_top, max_left_top, p, p2, output; in mpeg4_decode_dpcm_macroblock() local
Dmjpegdec.c1070 int left[4], top[4], topleft[4]; in ljpeg_decode_rgb_scan() local
Drv34.c968 uint32_t topleft; in rv34_pred_4x4_block() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayBorderPanel.java384 Color topleft = null; in paint() local
/third_party/ffmpeg/libavfilter/
Dvf_delogo.c108 uint8_t *topleft, *botleft, *topright; in apply_delogo() local
/third_party/boost/boost/gil/extension/dynamic_image/
Dimage_view_factory.hpp240 point_t const& topleft, in subimage_view()
/third_party/boost/boost/gil/
Dimage_view_factory.hpp256 typename View::point_t const& topleft, in subimage_view()
/third_party/freetype/src/base/
Dftobjs.c4760 unsigned char* topleft = slot->bitmap.buffer; in FT_Render_Glyph_Internal() local
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftobjs.c4728 unsigned char* topleft = slot->bitmap.buffer; in FT_Render_Glyph_Internal() local
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c4818 unsigned char* topleft = slot->bitmap.buffer; in FT_Render_Glyph_Internal() local
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp8372 bool RequiredCase::getRawDataFromPixelData(std::vector<char>& result, PixelData topleft, PixelData … in getRawDataFromPixelData()