Searched refs:indp (Results 1 - 2 of 2) sorted by relevance
/third_party/zlib/examples/ |
H A D | gun.c | 155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ 191 /* Decompress a compress (LZW) file from indp to outfile. The compress magic 200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, in lunpipe() argument 388 struct ind ind, *indp; in gunpipe() local 394 indp = &ind; in gunpipe() 415 ret = lunpipe(have, next, indp, outfile, strm); in gunpipe() 475 ret = inflateBack(strm, in, indp, out, &outd); in gunpipe()
|
/third_party/ffmpeg/libavcodec/ |
H A D | proresenc_anatoliy.c | 285 int indp = ff_prores_scan[i]; in encode_ac_coeffs() local 287 int val = QSCALE(qmat, indp, in[(j << 6) + indp]); in encode_ac_coeffs()
|
Completed in 3 milliseconds