Searched refs:sample1 (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Dmakefile.msc28 .\\bzip2 -1 < sample1.ref > sample1.rb2
31 .\\bzip2 -d < sample1.bz2 > sample1.tst
40 fc sample1.bz2 sample1.rb2
43 fc sample1.tst sample1.ref
54 del sample1.rb2
57 del sample1
[all...]
H A DMakefile68 ./bzip2 -1 < sample1.ref > sample1.rb2
71 ./bzip2 -d < sample1.bz2 > sample1.tst
74 cmp sample1.bz2 sample1.rb2
77 cmp sample1.tst sample1.ref
127 sample1.rb2 sample2.rb2 sample3.rb2 \
128 sample1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dadpcm.c138 short sample1; member in struct:ADPCMChannelStatus
224 predictor = (((c->sample1) * (c->coeff1)) + ((c->sample2) * (c->coeff2))) / 64;
235 c->sample2 = c->sample1;
236 c->sample1 = av_clip_int16(predictor);
273 int sample1; member in struct:TrellisNode
301 nodes[0]->sample1 = c->sample1;
304 nodes[0]->sample1 = c->prev_sample;
310 nodes[0]->sample1 = 0;
313 nodes[0]->sample1
[all...]
H A Dinterplayvideo.c757 unsigned char sample0, sample1; local
762 sample1 = *s->stream_ptr++;
767 *s->pixel_ptr++ = sample1;
771 *s->pixel_ptr++ = sample1;

Completed in 116 milliseconds