• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching refs:mb_width

118         if (s->mb_x == s->mb_width - 1) {
208 if (s->mb_x == s->mb_width - 1) {
237 if (s->mb_x == s->mb_width - 1) {
287 if (s->mb_x == s->mb_width - 1) {
404 src_x = av_clip( src_x, -16, s->mb_width * 16);
406 uvsrc_x = av_clip(uvsrc_x, -8, s->mb_width * 8);
643 src_x = av_clip(src_x, -16, s->mb_width * 16);
834 uvsrc_x = av_clip(uvsrc_x, -8, s->mb_width * 8);
1047 if ((edges&4) && s->mb_x == (s->mb_width - 1)) \
1394 off = (s->mb_x == (s->mb_width - 1)) ? -2 : 2;
1396 off = (s->mb_x == (s->mb_width - 1)) ? -1 : 2;
1404 off = (s->mb_x == (s->mb_width - 1)) ? -1 : 1;
1416 b_valid = a_valid && (s->mb_width > 1);
1518 X = (s->mb_width << 6) - 4;
1667 if (s->mb_width > 1) {
1681 if (s->mb_x == s->mb_width - 1) {
1722 if (s->mb_width == 1) {
1851 src_x = av_clip( src_x, -16, s->mb_width * 16);
1853 uvsrc_x = av_clip(uvsrc_x, -8, s->mb_width * 8);
2057 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));
2059 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));
2073 off = (s->mb_x == (s->mb_width - 1)) ? -2 : 2;
2078 if (s->mb_width == 1) {
2097 X = (s->mb_width << 5) - 4;
2106 X = (s->mb_width << 6) - 4;
2151 off = (s->mb_x == (s->mb_width - 1)) ? -2 : 2;
2157 if (s->mb_width == 1) {
2176 X = (s->mb_width << 5) - 4;
2185 X = (s->mb_width << 6) - 4;
3371 if (s->mb_x != s->mb_width || !(block_num & 5)) {
3430 if (s->mb_x == s->mb_width - 1) {
3884 if (s->mb_x == s->mb_width - 1)
4004 if (s->mb_x == s->mb_width - 1)
4363 for (; s->mb_x < s->mb_width; s->mb_x++) {
4373 mb_pos = s->mb_x + s->mb_y * s->mb_width;
4451 ff_er_add_slice(s, 0, 0, s->mb_width - 1, s->mb_height - 1, ER_MB_END);
4506 for (;s->mb_x < s->mb_width; s->mb_x++) {
4577 for (;s->mb_x < s->mb_width; s->mb_x++) {
4585 ff_er_add_slice(s, 0, s->start_mb_y << v->field_mode, s->mb_width - 1,
4625 for (; s->mb_x < s->mb_width; s->mb_x++) {
4653 for (; s->mb_x < s->mb_width; s->mb_x++) {
4660 ff_er_add_slice(s, 0, s->start_mb_y << v->field_mode, s->mb_width - 1,
4697 for (; s->mb_x < s->mb_width; s->mb_x++) {
4721 ff_er_add_slice(s, 0, s->start_mb_y << v->field_mode, s->mb_width - 1,
4729 ff_er_add_slice(s, 0, s->start_mb_y, s->mb_width - 1, s->end_mb_y - 1, ER_MB_END);
5067 v->n_allocated_blks = s->mb_width + 2;
5099 // if (alloc_bitplane(&v->over_flags_plane, s->mb_width, s->mb_height) < 0)
5101 // if (alloc_bitplane(&v->ac_pred_plane, s->mb_width, s->mb_height) < 0)
5228 s->mb_width = (avctx->coded_width + 15) >> 4;
5578 v->blocks_off = s->mb_width * s->mb_height << 1;