Searched refs:v_max (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmjpegdec.h83 int h_max, v_max; /* maximum h and v counts */ member in struct:MJpegDecodeContext
H A Dmjpegdec.c255 s->v_max = 1;
264 if (s->v_count[i] > s->v_max)
265 s->v_max = s->v_count[i];
281 if (s->ls && (s->h_max > 1 || s->v_max > 1)) {
287 if (s->v_max == 1 && s->h_max == 1 && s->lossless == 1)
388 int bh = (height + s->v_max * 8 - 1) / (s->v_max * 8);
852 (8 * s->mb_height - ((s->height / s->v_max) & 7)) - 1));
1088 s->mb_height = (s->height + s->v_max * block_size - 1) / (s->v_max * block_siz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmjpegdec.h94 int h_max, v_max; /* maximum h and v counts */ member in struct:MJpegDecodeContext
H A Dmjpegdec.c302 s->v_max = 1;
313 if (v_count[i] > s->v_max)
314 s->v_max = v_count[i];
332 if (s->ls && (s->h_max > 1 || s->v_max > 1)) {
376 if (s->v_max == 1 && s->h_max == 1 && s->lossless==1 && (nb_components==3 || nb_components==4))
580 int bh = (height + s->v_max * 8 - 1) / (s->v_max * 8);
889 if (s->v_max != 1 || s->h_max != 1 || !s->lossless)
1416 s->mb_height = (s->height + s->v_max * block_size - 1) / (s->v_max * block_siz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgus_reset.c154 unsigned short v_max)
161 for (i = v_min; i <= v_max; i++) {
187 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max) argument
194 for (i = v_min, ramp_ok = 0; i <= v_max; i++) {
213 snd_gf1_clear_voices(gus, v_min, v_max);
153 snd_gf1_clear_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dgus.h576 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess_altivec_template.c632 vector unsigned char v_max; local
637 if (vec_all_lt(vec_sub(v_max, v_min), v_dt))
640 v_avg = vec_avg(v_min, v_max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_altivec_template.c632 vector unsigned char v_max; local
637 if (vec_all_lt(vec_sub(v_max, v_min), v_dt))
640 v_avg = vec_avg(v_min, v_max);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/trident/
H A Dtrident_main.c58 unsigned short v_min, unsigned short v_max);
3817 static void snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned short v_max) argument
3821 if (snd_BUG_ON(v_min > 63 || v_max > 63))
3823 for (i = v_min; i <= v_max; i++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ali5451/
H A Dali5451.c996 unsigned int v_max)
1000 for (i = v_min; i <= v_max; i++) {
994 snd_ali_clear_voices(struct snd_ali *codec, unsigned int v_min, unsigned int v_max) argument

Completed in 224 milliseconds