Home
last modified time | relevance | path

Searched refs:lsize (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dxwddec.c38 uint32_t xoffset, be, bpp, lsize, rsize; in xwd_decode_frame() local
72 lsize = bytestream2_get_be32u(&gb); in xwd_decode_frame()
89 vclass, ncolors, bpp, be, lsize, xoffset); in xwd_decode_frame()
143 if (lsize < rsize) { in xwd_decode_frame()
148 … if (bytestream2_get_bytes_left(&gb) < ncolors * XWD_CMAP_SIZE + (uint64_t)avctx->height * lsize) { in xwd_decode_frame()
241 bytestream2_skipu(&gb, lsize - rsize); in xwd_decode_frame()
Dxwdenc.c38 uint32_t pixdepth, bpp, bpad, ncolors = 0, lsize, vclass, be = 0; in xwd_encode_frame() local
146 lsize = FFALIGN(bpp * avctx->width, bpad) / 8; in xwd_encode_frame()
148 out_size = header_size + ncolors * XWD_CMAP_SIZE + avctx->height * lsize; in xwd_encode_frame()
169 bytestream_put_be32(&buf, lsize); // bytes per scan-line in xwd_encode_frame()
209 bytestream_put_buffer(&buf, ptr, lsize); in xwd_encode_frame()
Dcdgraphics.c91 int lsize = cc->frame->linesize[0]; in cdg_border_preset() local
97 memset(buf, color, CDG_BORDER_HEIGHT * lsize); in cdg_border_preset()
98 memset(buf + (CDG_FULL_HEIGHT - CDG_BORDER_HEIGHT) * lsize, in cdg_border_preset()
99 color, CDG_BORDER_HEIGHT * lsize); in cdg_border_preset()
103 memset(buf + y * lsize, color, CDG_BORDER_WIDTH); in cdg_border_preset()
104 memset(buf + CDG_FULL_WIDTH - CDG_BORDER_WIDTH + y * lsize, in cdg_border_preset()
Dhqx.c90 int lsize = ctx->pic->linesize[plane]; in put_blocks() local
93 ctx->hqxdsp.idct_put((uint16_t *)(p + y * lsize), in put_blocks()
94 lsize * fields, block0, quant); in put_blocks()
95 ctx->hqxdsp.idct_put((uint16_t *)(p + (y + (ilace ? 1 : 8)) * lsize), in put_blocks()
96 lsize * fields, block1, quant); in put_blocks()
Dfic.c251 int lsize = FFMIN(32, avctx->width - cur_x); in fic_draw_cursor() local
252 int csize = lsize / 2; in fic_draw_cursor()
255 planes[0] + i * 32, lsize, planes[3] + i * 32); in fic_draw_cursor()
257 planes[0] + (i + 1) * 32, lsize, planes[3] + (i + 1) * 32); in fic_draw_cursor()
/third_party/ffmpeg/libavcodec/x86/
Dsimple_idct10.asm127 cglobal simple_idct8_put, 3, 4, 16, 32, pixels, lsize, block
138 cglobal simple_idct8_add, 3, 4, 16, 32, pixels, lsize, block
180 cglobal simple_idct10_put, 3, 3, 16, pixels, lsize, block
190 cglobal simple_idct12_put, 3, 3, 16, pixels, lsize, block
Didctdsp.asm68 cglobal put_signed_pixels_clamped, 3, 4, %1, block, pixels, lsize, lsize3
112 cglobal put_pixels_clamped, 3, 4, 2, block, pixels, lsize, lsize3
168 cglobal add_pixels_clamped, 3, 3, 5, block, pixels, lsize
Dproresdsp.asm56 cglobal prores_idct_put_10, 4, 4, 15, pixels, lsize, block, qmat
Dsimple_idct.asm849 cglobal simple_idct_put, 3, 5, 8, 128, pixels, lsize, block, lsize3, t0
857 cglobal simple_idct_add, 3, 4, 8, 128, pixels, lsize, block, t0
871 cglobal simple_idct_put, 3, 5, 8, 128, pixels, lsize, block, lsize3, t0
879 cglobal simple_idct_add, 3, 4, 8, 128, pixels, lsize, block, t0
/third_party/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.c925 guint32 ltag, lsize, offset = 0; in gst_wavparse_adtl_chunk() local
929 lsize = GST_READ_UINT32_LE (data + offset + 4); in gst_wavparse_adtl_chunk()
931 if (lsize > (G_MAXUINT - 8) || lsize + 8 > size) { in gst_wavparse_adtl_chunk()
932 GST_WARNING_OBJECT (wav, "Invalid adtl size: %u + 8 > %u", lsize, size); in gst_wavparse_adtl_chunk()
938 gst_wavparse_labl_chunk (wav, data + offset + 8, lsize); in gst_wavparse_adtl_chunk()
941 gst_wavparse_note_chunk (wav, data + offset + 8, lsize); in gst_wavparse_adtl_chunk()
946 GST_MEMDUMP_OBJECT (wav, "Unknowm adtl", &data[offset], lsize); in gst_wavparse_adtl_chunk()
949 offset += 8 + GST_ROUND_UP_2 (lsize); in gst_wavparse_adtl_chunk()
950 size -= 8 + GST_ROUND_UP_2 (lsize); in gst_wavparse_adtl_chunk()
/third_party/skia/third_party/externals/icu/source/common/
Dlocid.cpp301 int32_t lsize = 0; in Locale() local
311 lsize = (int32_t)uprv_strlen(newLanguage); in Locale()
312 if ( lsize < 0 || lsize > ULOC_STRING_LIMIT ) { // int32 wrap in Locale()
316 size = lsize; in Locale()
319 CharString togo(newLanguage, lsize, status); // start with newLanguage in Locale()
/third_party/ffmpeg/libavformat/
Dimg2dec.c1057 unsigned width, bpp, bpad, lsize; in xwd_probe() local
1077 lsize = AV_RB32(b + 48); in xwd_probe()
1078 if (lsize < FFALIGN(width * bpp, bpad) >> 3) in xwd_probe()
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c1995 LONG hsize, lsize; in win32_ftruncate() local
2006 lsize = size & 0xffffffff; in win32_ftruncate()
2007 ok = (SetFilePointer(handle, lsize, &hsize, 0) == (DWORD)lsize) in win32_ftruncate()
/third_party/icu/icu4c/source/common/
Dlocid.cpp300 int32_t lsize = 0; in Locale() local
310 lsize = (int32_t)uprv_strlen(newLanguage); in Locale()
311 if ( lsize < 0 || lsize > ULOC_STRING_LIMIT ) { // int32 wrap in Locale()
317 CharString togo(newLanguage, lsize, status); // start with newLanguage in Locale()
/third_party/node/deps/icu-small/source/common/
Dlocid.cpp300 int32_t lsize = 0; in Locale() local
310 lsize = (int32_t)uprv_strlen(newLanguage); in Locale()
311 if ( lsize < 0 || lsize > ULOC_STRING_LIMIT ) { // int32 wrap in Locale()
317 CharString togo(newLanguage, lsize, status); // start with newLanguage in Locale()
/third_party/skia/third_party/externals/microhttpd/doc/
Dtexinfo.tex2107 % Each font-changing command also sets the names \lsize (one size lower)
2119 \def\lsize{reduced}\def\lllsize{smaller}%
2127 \def\lsize{chap}\def\lllsize{subsec}%
2136 \def\lsize{sec}\def\lllsize{text}%
2144 \def\lsize{subsec}\def\lllsize{reduced}%
2152 \def\lsize{text}\def\lllsize{small}%
2161 \def\lsize{small}\def\lllsize{smaller}%
2169 \def\lsize{smaller}\def\lllsize{smaller}%
2177 \def\lsize{smaller}\def\lllsize{smaller}%
2774 {\selectfonts\lsize #1}%
/third_party/libffi/doc/
Dtexinfo.tex2560 % Each font-changing command also sets the names \lsize (one size lower)
2594 \expandafter\assignfonts\expandafter{\lsize}%
2604 \def\lsize{#2}\def\lllsize{#3}%
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h22932 long unsigned int lsize; member
/third_party/gstreamer/gstplugins_good/
DChangeLog3479 Could be rewritten as lsize > (size - 8) a well, but the
3481 lsize wasn't actually used when parsing the sub-chunks.