Searched refs:mb_linesize (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mb.c216 ptrdiff_t offset = ((mx >> 2) << pixel_shift) + (my >> 2) * h->mb_linesize;
238 src_y - (2 << pixel_shift) - 2 * h->mb_linesize,
239 h->mb_linesize, h->mb_linesize,
242 src_y = h->edge_emu_buffer + (2 << pixel_shift) + 2 * h->mb_linesize;
246 qpix_op[luma_xy](dest_y, src_y, h->mb_linesize); // FIXME try variable height perhaps?
248 qpix_op[luma_xy](dest_y + delta, src_y + delta, h->mb_linesize);
257 src_cb - (2 << pixel_shift) - 2 * h->mb_linesize,
258 h->mb_linesize, h->mb_linesize,
[all...]
H A Dh264_mc_template.c96 mc_part(h, 0, 0, 16, 8 * h->mb_linesize, dest_y, dest_cb, dest_cr, 0, 0,
100 mc_part(h, 4, 0, 16, 8 * h->mb_linesize, dest_y, dest_cb, dest_cr, 4, 0,
133 mc_part(h, n, 0, 8, 4 * h->mb_linesize,
138 mc_part(h, n + 1, 0, 8, 4 * h->mb_linesize,
H A Dh264_mb_template.c70 linesize = h->mb_linesize = h->linesize * 2;
97 linesize = h->mb_linesize = h->linesize;
295 linesize = h->mb_linesize = h->mb_uvlinesize = h->linesize * 2;
319 linesize = h->mb_linesize = h->mb_uvlinesize = h->linesize;
H A Dh264.h434 ptrdiff_t mb_linesize; ///< may be equal to s->linesize or s->linesize * 2, for mbaff member in struct:H264Context
H A Dh264_slice.c2267 linesize = h->mb_linesize = h->linesize * 2;
2275 linesize = h->mb_linesize = h->linesize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.c456 int offset = ((mx>>2) << pixel_shift) + (my>>2)*h->mb_linesize;
475 s->dsp.emulated_edge_mc(s->edge_emu_buffer, src_y - (2 << pixel_shift) - 2*h->mb_linesize, h->mb_linesize,
477 src_y= s->edge_emu_buffer + (2 << pixel_shift) + 2*h->mb_linesize;
481 qpix_op[luma_xy](dest_y, src_y, h->mb_linesize); //FIXME try variable height perhaps?
483 qpix_op[luma_xy](dest_y + delta, src_y + delta, h->mb_linesize);
491 s->dsp.emulated_edge_mc(s->edge_emu_buffer, src_cb - (2 << pixel_shift) - 2*h->mb_linesize, h->mb_linesize,
493 src_cb= s->edge_emu_buffer + (2 << pixel_shift) + 2*h->mb_linesize;
495 qpix_op[luma_xy](dest_cb, src_cb, h->mb_linesize); //FIXM
[all...]
H A Dh264.h327 int mb_linesize; ///< may be equal to s->linesize or s->linesize*2, for mbaff member in struct:H264Context

Completed in 69 milliseconds