• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:mb_width

119         if (s->mb_x == s->mb_width - 1) {
210 if (s->mb_x == s->mb_width - 1) {
239 if (s->mb_x == s->mb_width - 1) {
289 if (s->mb_x == s->mb_width - 1) {
412 src_x = av_clip( src_x, -16, s->mb_width * 16);
414 uvsrc_x = av_clip(uvsrc_x, -8, s->mb_width * 8);
665 src_x = av_clip(src_x, -16, s->mb_width * 16);
864 uvsrc_x = av_clip(uvsrc_x, -8, s->mb_width * 8);
1116 if ((edges&4) && s->mb_x == (s->mb_width - 1)) \
1473 off = (s->mb_x == (s->mb_width - 1)) ? -2 : 2;
1475 off = (s->mb_x == (s->mb_width - 1)) ? -1 : 2;
1483 off = (s->mb_x == (s->mb_width - 1)) ? -1 : 1;
1495 b_valid = a_valid && (s->mb_width > 1);
1603 X = (s->mb_width << 6) - 4;
1748 if (s->mb_width > 1) {
1762 if (s->mb_x == s->mb_width - 1) {
1803 if (s->mb_width == 1) {
1934 src_x = av_clip( src_x, -16, s->mb_width * 16);
1936 uvsrc_x = av_clip(uvsrc_x, -8, s->mb_width * 8);
2143 s->mv[0][0][0] = av_clip(s->mv[0][0][0], -60 - (s->mb_x << 6), (s->mb_width << 6) - 4 - (s->mb_x << 6));
2145 s->mv[1][0][0] = av_clip(s->mv[1][0][0], -60 - (s->mb_x << 6), (s->mb_width << 6) - 4 - (s->mb_x << 6));
2158 off = (s->mb_x == (s->mb_width - 1)) ? -2 : 2;
2163 if (s->mb_width == 1) {
2182 X = (s->mb_width << 5) - 4;
2191 X = (s->mb_width << 6) - 4;
2236 off = (s->mb_x == (s->mb_width - 1)) ? -2 : 2;
2242 if (s->mb_width == 1) {
2261 X = (s->mb_width << 5) - 4;
2270 X = (s->mb_width << 6) - 4;
3456 if (s->mb_x != s->mb_width || !(block_num & 5)) {
3515 if (s->mb_x == s->mb_width - 1) {
3979 if (s->mb_x == s->mb_width - 1)
4099 if (s->mb_x == s->mb_width - 1)
4761 if (s->mb_x == s->mb_width - 1)
4824 mb_pos = s->mb_x + s->mb_y * s->mb_width;
4909 ff_er_add_slice(&s->er, 0, 0, s->mb_width - 1, s->mb_height - 1, ER_MB_END);
4964 for (;s->mb_x < s->mb_width; s->mb_x++) {
5036 for (;s->mb_x < s->mb_width; s->mb_x++) {
5044 ff_er_add_slice(&s->er, 0, s->start_mb_y << v->field_mode, s->mb_width - 1,
5085 for (; s->mb_x < s->mb_width; s->mb_x++) {
5113 for (; s->mb_x < s->mb_width; s->mb_x++) {
5120 ff_er_add_slice(&s->er, 0, s->start_mb_y << v->field_mode, s->mb_width - 1,
5157 for (; s->mb_x < s->mb_width; s->mb_x++) {
5183 ff_er_add_slice(&s->er, 0, s->start_mb_y << v->field_mode, s->mb_width - 1,
5194 ff_er_add_slice(&s->er, 0, s->start_mb_y, s->mb_width - 1, s->end_mb_y - 1, ER_MB_END);
5540 v->n_allocated_blks = s->mb_width + 2;
5569 // if (alloc_bitplane(&v->over_flags_plane, s->mb_width, s->mb_height) < 0)
5571 // if (alloc_bitplane(&v->ac_pred_plane, s->mb_width, s->mb_height) < 0)
5734 s->mb_width = (avctx->coded_width + 15) >> 4;
6117 v->end_mb_x = s->mb_width;