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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dbktr.c95 int h_max; local
149 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break;
150 case PALN: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALN; break;
151 case PALM: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALM; break;
152 case SECAM: h_max = SECAM_HEIGHT; c = BT848_IFORM_F_SECAM; break;
153 case NTSC: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCM; break;
154 case NTSCJ: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCJ; break;
155 default: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break;
158 if (height <= h_max / 2)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmjpegdec.h80 int h_max, v_max; /* maximum h and v counts */ member in struct:MJpegDecodeContext
H A Dsp5xdec.c114 s->h_max = 2;
180 s->mb_width = (s->width * s->h_max * 8 -1) / (s->h_max * 8);
H A Dmjpegdec.c230 s->h_max = 1;
238 if (s->h_count[i] > s->h_max)
239 s->h_max = s->h_count[i];
249 if(s->ls && (s->h_max > 1 || s->v_max > 1)) {
254 if(s->v_max==1 && s->h_max==1 && s->lossless==1) s->rgb=1;
354 int bw = (width + s->h_max*8-1) / (s->h_max*8);
957 s->mb_width = (s->width + s->h_max * block_size - 1) / (s->h_max * block_size);
960 h = s->h_max /
[all...]

Completed in 45 milliseconds