Searched refs:vshift (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dyuv2rgb_template.c51 vshift = c->srcFormat != AV_PIX_FMT_YUV422P; \
57 const uint8_t *pu = src[1] + (y >> vshift) * srcStride[1]; \
58 const uint8_t *pv = src[2] + (y >> vshift) * srcStride[2]; \
206 int y, h_size, vshift; local
234 int y, h_size, vshift; local
324 int y, h_size, vshift; local
342 int y, h_size, vshift; local
386 int y, h_size, vshift; local
407 int y, h_size, vshift; local
429 int y, h_size, vshift; local
450 int y, h_size, vshift; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.c36 int vshift = desc->log2_chroma_h; local
70 offset[2]= (y >> vshift) * src->linesize[1];
H A Dhevcpred_template.c38 MVF(PU(x0 + ((x) << hshift)), PU(y0 + ((y) << vshift)))
76 int vshift = s->sps->vshift[c_idx]; local
80 int size_in_luma_v = size << vshift;
83 int y = y0 >> vshift;
113 (y0 + size_in_luma_v)) >> vshift;
190 int size_max_y = y0 + ((2 * size) << vshift) < s->sps->height ?
191 2 * size : (s->sps->height - y0) >> vshift;
198 size_max_y = y0 + (( size) << vshift) < s->sps->height ?
199 size : (s->sps->height - y0) >> vshift;
[all...]
H A Dhevc_filter.c164 int vshift = s->sps->vshift[c_idx]; local
174 uint8_t *src = &s->frame->data[c_idx][ ((y << s->sps->log2_min_pu_size) >> vshift) * stride + (((x << s->sps->log2_min_pu_size) >> hshift) << s->sps->pixel_shift)];
175 uint8_t *dst = &s->sao_frame->data[c_idx][((y << s->sps->log2_min_pu_size) >> vshift) * stride + (((x << s->sps->log2_min_pu_size) >> hshift) << s->sps->pixel_shift)];
176 for (n = 0; n < (min_pu_size >> vshift); n++) {
249 int y0 = y >> s->sps->vshift[c_idx];
252 int ctb_size_v = (1 << (s->sps->log2_ctb_size)) >> s->sps->vshift[c_idx];
256 (s->sps->height >> s->sps->vshift[c_idx]) - y0);
382 int v = 1 << s->sps->vshift[chroma];
394 src = &s->frame->data[chroma][(y >> s->sps->vshift[chrom
[all...]
H A Dhevc.c951 int trafo_size_v = 1 << (log2_trafo_size_c + s->sps->vshift[1]);
971 int vshift = s->sps->vshift[1]; local
976 uint8_t *dst = &s->frame->data[1][(y0 >> vshift) * stride +
1000 int vshift = s->sps->vshift[2]; local
1005 uint8_t *dst = &s->frame->data[2][(y0 >> vshift) * stride +
1015 int trafo_size_v = 1 << (log2_trafo_size + s->sps->vshift[1]);
1040 int trafo_size_v = 1 << (log2_trafo_size_c + s->sps->vshift[1]);
1052 int trafo_size_v = 1 << (log2_trafo_size + s->sps->vshift[
1455 int vshift = s->sps->vshift[1]; local
1525 int vshift = s->sps->vshift[1]; local
[all...]
H A Dhevc_refs.c207 int vshift = (i > 0) ? desc->log2_chroma_h : 0; local
209 (frame->window.top_offset >> vshift) * dst->linesize[i];
361 for (y = 0; y < (s->sps->height >> s->sps->vshift[i]); y++)
H A Dhevc_cabac.c1079 int vshift = s->sps->vshift[c_idx]; local
1080 uint8_t *dst = &s->frame->data[c_idx][(y0 >> vshift) * stride +
H A Dmjpegdec.c1894 int hshift, vshift; local
2093 avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &hshift, &vshift);
2124 avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &hshift, &vshift);
2147 avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &hshift, &vshift);
2154 h = FF_CEIL_RSHIFT(h, vshift);
H A Dhevc_ps.c759 sps->hshift[0] = sps->vshift[0] = 0;
761 sps->vshift[2] = sps->vshift[1] = desc->log2_chroma_h;
H A Dh264.c105 int vshift = desc->log2_chroma_h; local
132 offset[2] = (y >> vshift) * src->linesize[1];
1811 int vshift = (i > 0) ? desc->log2_chroma_h : 0; local
1813 (srcp->crop_top >> vshift) * dst->linesize[i];
H A Dhevc.h483 int vshift[3]; member in struct:HEVCSPS
H A Dsnowenc.c1566 int vshift= i ? s->chroma_v_shift : 0; local
1567 for(y=0; y<(height>>vshift); y++)
1572 width >> hshift, height >> vshift,
1573 EDGE_WIDTH >> hshift, EDGE_WIDTH >> vshift,
H A Dmpegvideo_enc.c1551 int vshift = desc->log2_chroma_h; local
1560 s->v_edge_pos >> vshift,
1562 EDGE_WIDTH >> vshift,
1567 s->v_edge_pos >> vshift,
1569 EDGE_WIDTH >> vshift,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_slicify.c31 int vshift; ///< vertical chroma subsampling shift member in struct:__anon2095
55 slice->vshift = av_pix_fmt_descriptors[link->format].log2_chroma_h;
71 slice->h = FFMAX(8, slice->h & (-1 << slice->vshift));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dmach64_ct.c123 u8 vshift, xshift; local
135 vshift = (6 - 2) - pll->xclk_post_div; /* FIFO is 64 bits wide in accelerator mode ... */
138 vshift--; /* ... but only 32 bits in VGA mode. */
159 tmp = ((multiplier * pll->fifo_size) << vshift) / divider;
169 vshift += xshift;
172 dsp_off = ((multiplier * (pll->fifo_size - 1)) << vshift) / divider -
173 (1 << (vshift - xshift));
176 dsp_on = ((multiplier * 20 << vshift) + divider) / divider;
179 dsp_on = ((multiplier << vshift) + divider) / divider;
191 dsp_on = dsp_off - (multiplier << vshift) / divide
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-risc.c129 unsigned int hshift, unsigned int vshift,
163 switch (vshift) {
764 uoffset >>= buf->fmt->vshift;
769 voffset >>= buf->fmt->vshift;
781 buf->fmt->vshift,0);
790 buf->fmt->vshift,0);
804 buf->fmt->vshift,
812 buf->fmt->vshift,
828 buf->fmt->vshift,
836 buf->fmt->vshift,
124 bttv_risc_planar(struct bttv *btv, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int yoffset, unsigned int ybpl, unsigned int ypadding, unsigned int ylines, unsigned int uoffset, unsigned int voffset, unsigned int hshift, unsigned int vshift, unsigned int cpadding) argument
[all...]
H A Dbttvp.h120 int hshift,vshift; /* for planar modes */ member in struct:bttv_format
H A Dbttv-driver.c571 .vshift = 0,
579 .vshift = 1,
587 .vshift = 1,
595 .vshift = 0,
603 .vshift = 2,
611 .vshift = 2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Ddiskonchip.c1202 int vshift, lastvunit = 0; local
1245 vshift = this->phys_erase_shift + mh->BlockMultiplierBits;
1247 blocks = mtd->size >> vshift;
1291 parts[numparts].offset = ip->firstUnit << vshift;
1292 parts[numparts].size = (1 + ip->lastUnit - ip->firstUnit) << vshift;
1300 if ((lastvunit << vshift) < end) {
1302 parts[numparts].offset = lastvunit << vshift;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.c1367 int vshift = av_pix_fmt_descriptors[s->avctx->pix_fmt].log2_chroma_h; local
1373 s->h_edge_pos >> hshift, s->v_edge_pos >> vshift,
1374 EDGE_WIDTH >> hshift, EDGE_WIDTH >> vshift,
1377 s->h_edge_pos >> hshift, s->v_edge_pos >> vshift,
1378 EDGE_WIDTH >> hshift, EDGE_WIDTH >> vshift,
2552 int vshift = av_pix_fmt_descriptors[s->avctx->pix_fmt].log2_chroma_h; local
2561 s->dsp.draw_edges(s->current_picture_ptr->f.data[1] + (y>>vshift)*s->uvlinesize,
2562 s->uvlinesize, s->h_edge_pos>>hshift, edge_h>>vshift,
2563 EDGE_WIDTH>>hshift, EDGE_WIDTH>>vshift, sides);
2564 s->dsp.draw_edges(s->current_picture_ptr->f.data[2] + (y>>vshift)*
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-video.c172 .vshift = 0,
181 .vshift = 1,
191 .vshift = 1,
982 lines_uv = buf->vb.height >> buf->fmt->vshift;
H A Dsaa7134.h113 unsigned int vshift; /* vertical downsampling (for planar yuv) */ member in struct:saa7134_format
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ngene/
H A Dngene.h841 int hshift, vshift; /* for planar modes */ member in struct:ngene_format
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Damifb.c3012 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; local
3020 vshift = modx(16<<maxfmode, par->xoffset);
3021 fstrt = par->diwstrt_h - (vshift<<clk_shift) - 4;
3022 fsize = (par->xres+vshift)<<clk_shift;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c1559 unsigned vshift = (i == 1 || i == 2) ? av_pix_fmt_descriptors[ref->format].log2_chroma_h : 0; local
1562 ref->data[i] += ((edge * pixel_size) >> hshift) + ((edge * ref->linesize[i]) >> vshift);

Completed in 348 milliseconds