Home
last modified time | relevance | path

Searched refs:in_buff (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnellymoserenc.c65 DECLARE_ALIGNED(32, float, in_buff)[NELLY_SAMPLES]; member
127 s->fdsp->vector_fmul (s->in_buff, in0, ff_sine_128, NELLY_BUF_LEN); in apply_mdct()
128 s->fdsp->vector_fmul_reverse(s->in_buff + NELLY_BUF_LEN, in1, ff_sine_128, NELLY_BUF_LEN); in apply_mdct()
129 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out, s->in_buff); in apply_mdct()
131 s->fdsp->vector_fmul (s->in_buff, in1, ff_sine_128, NELLY_BUF_LEN); in apply_mdct()
132 s->fdsp->vector_fmul_reverse(s->in_buff + NELLY_BUF_LEN, in2, ff_sine_128, NELLY_BUF_LEN); in apply_mdct()
133 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out + NELLY_BUF_LEN, s->in_buff); in apply_mdct()
/third_party/lz4/programs/
Dlz4io.c419 char* in_buff; in LZ4IO_compressFilename_Legacy() local
438 in_buff = (char*)malloc(LEGACY_BLOCKSIZE); in LZ4IO_compressFilename_Legacy()
440 if (!in_buff || !out_buff) in LZ4IO_compressFilename_Legacy()
452 size_t const inSize = fread(in_buff, (size_t)1, (size_t)LEGACY_BLOCKSIZE, finput); in LZ4IO_compressFilename_Legacy()
458 … outSize = compressionFunction(in_buff, out_buff+4, (int)inSize, outBuffSize, compressionlevel); in LZ4IO_compressFilename_Legacy()
486 free(in_buff); in LZ4IO_compressFilename_Legacy()
968 char* const in_buff = (char*)malloc((size_t)LZ4_compressBound(LEGACY_BLOCKSIZE)); in LZ4IO_decodeLegacyStream() local
970 if (!in_buff || !out_buff) END_PROCESS(51, "Allocation error : not enough memory"); in LZ4IO_decodeLegacyStream()
977 { size_t const sizeCheck = fread(in_buff, 1, LZ4IO_LEGACY_BLOCK_HEADER_SIZE, finput); in LZ4IO_decodeLegacyStream()
981 blockSize = LZ4IO_readLE32(in_buff); /* Convert to Little Endian */ in LZ4IO_decodeLegacyStream()
[all …]
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.235919 `in_limit', `pad', `pad_bits', and `in_buff' members.