Searched refs:b_xy (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mvpred.h613 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; local
614 AV_COPY128(mv_cache[0 - 1 * 8], mv[b_xy + 0]);
629 const int b_xy = h->mb2b_xy[left_xy[LEFT(i)]] + 3; local
632 mv[b_xy + b_stride * left_block[0 + i * 2]]);
634 mv[b_xy + b_stride * left_block[1 + i * 2]]);
647 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; local
649 AV_COPY32(mv_cache[-1], mv[b_xy + b_stride * left_block[0]]);
659 const int b_xy = h->mb2b_xy[topright_xy] + 3 * b_stride; local
660 AV_COPY32(mv_cache[4 - 1 * 8], mv[b_xy]);
669 const int b_xy local
694 const int b_xy = h->mb2br_xy[top_xy]; local
700 const int b_xy = h->mb2br_xy[left_xy[LTOP]] + 6; local
708 const int b_xy = h->mb2br_xy[left_xy[LBOT]] + 6; local
[all...]
H A Dh264.h1025 int b_xy, int b8_xy,
1028 int16_t(*mv_dst)[2] = &h->cur_pic.motion_val[list][b_xy];
1061 const int b_xy = 4 * h->mb_x + 4 * h->mb_y * h->b_stride; // try mb2b(8)_xy local
1065 write_back_motion_list(h, b_stride, b_xy, b8_xy, mb_type, 0);
1071 write_back_motion_list(h, b_stride, b_xy, b8_xy, mb_type, 1);
1023 write_back_motion_list(H264Context *h, int b_stride, int b_xy, int b8_xy, int mb_type, int list) argument
H A Dsvq3.c387 const int b_xy = (4 * h->mb_x + (j >> 2)) + local
398 mx = s->next_pic->motion_val[0][b_xy][0] << 1;
399 my = s->next_pic->motion_val[0][b_xy][1] << 1;
480 fill_rectangle(h->cur_pic.motion_val[dir][b_xy],
496 const int b_xy = 4 * h->mb_x + 4 * h->mb_y * h->b_stride; local
544 h->cur_pic.motion_val[m][b_xy - 1 + i * h->b_stride]);
551 h->cur_pic.motion_val[m][b_xy - h->b_stride],
558 h->cur_pic.motion_val[m][b_xy - h->b_stride + 4]);
566 h->cur_pic.motion_val[m][b_xy - h->b_stride - 1]);
589 memset(h->cur_pic.motion_val[0][b_xy
[all...]
H A Dh261dec.c438 int b_xy = 2 * s->mb_x + (2 * s->mb_y) * b_stride; local
439 s->current_picture.motion_val[0][b_xy][0] = s->mv[0][0][0];
440 s->current_picture.motion_val[0][b_xy][1] = s->mv[0][0][1];
H A Dh264_slice.c2015 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; local
2018 AV_COPY128(mv_dst - 1 * 8, h->cur_pic.motion_val[list][b_xy + 0]);
2030 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; local
2033 AV_COPY32(mv_dst - 1 + 0, h->cur_pic.motion_val[list][b_xy + b_stride * 0]);
2034 AV_COPY32(mv_dst - 1 + 8, h->cur_pic.motion_val[list][b_xy + b_stride * 1]);
2035 AV_COPY32(mv_dst - 1 + 16, h->cur_pic.motion_val[list][b_xy + b_stride * 2]);
2036 AV_COPY32(mv_dst - 1 + 24, h->cur_pic.motion_val[list][b_xy + b_stride * 3]);
H A Dh264.c465 const int b_xy = 4 * x + 4 * y * h->b_stride; local
467 h->mb2b_xy[mb_xy] = b_xy;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h588 const int b_xy= h->mb2b_xy[top_xy] + 3*b_stride; local
589 AV_COPY128(mv_cache[0 - 1*8], mv[b_xy + 0]);
603 const int b_xy= h->mb2b_xy[left_xy[LEFT(i)]] + 3; local
605 AV_COPY32(mv_cache[cache_idx ], mv[b_xy + b_stride*left_block[0+i*2]]);
606 AV_COPY32(mv_cache[cache_idx+8], mv[b_xy + b_stride*left_block[1+i*2]]);
618 const int b_xy= h->mb2b_xy[left_xy[LTOP]] + 3; local
620 AV_COPY32(mv_cache[-1], mv[b_xy + b_stride*left_block[0]]);
629 const int b_xy= h->mb2b_xy[topright_xy] + 3*b_stride; local
630 AV_COPY32(mv_cache[4 - 1*8], mv[b_xy]);
638 const int b_xy local
661 const int b_xy= h->mb2br_xy[top_xy]; local
667 const int b_xy= h->mb2br_xy[left_xy[LTOP]] + 6; local
675 const int b_xy= h->mb2br_xy[left_xy[LBOT]] + 6; local
[all...]
H A Dsvq3.c340 const int b_xy = (4*s->mb_x + (j >> 2)) + (4*s->mb_y + (i >> 2))*h->b_stride; local
349 mx = s->next_picture.f.motion_val[0][b_xy][0] << 1;
350 my = s->next_picture.f.motion_val[0][b_xy][1] << 1;
427 fill_rectangle(s->current_picture.f.motion_val[dir][b_xy],
445 const int b_xy = 4*s->mb_x + 4*s->mb_y*h->b_stride; local
490 AV_COPY32(h->mv_cache[m][scan8[0] - 1 + i*8], s->current_picture.f.motion_val[m][b_xy - 1 + i*h->b_stride]);
498 memcpy(h->mv_cache[m][scan8[0] - 1*8], s->current_picture.f.motion_val[m][b_xy - h->b_stride], 4*2*sizeof(int16_t));
502 AV_COPY32(h->mv_cache[m][scan8[0] + 4 - 1*8], s->current_picture.f.motion_val[m][b_xy - h->b_stride + 4]);
509 AV_COPY32(h->mv_cache[m][scan8[0] - 1 - 1*8], s->current_picture.f.motion_val[m][b_xy - h->b_stride - 1]);
530 memset(s->current_picture.f.motion_val[0][b_xy
[all...]
H A Dh264.h819 int b_xy, int b8_xy, int mb_type, int list )
821 int16_t (*mv_dst)[2] = &s->current_picture.f.motion_val[list][b_xy];
853 const int b_xy = 4*s->mb_x + 4*s->mb_y*h->b_stride; //try mb2b(8)_xy local
857 write_back_motion_list(h, s, b_stride, b_xy, b8_xy, mb_type, 0);
863 write_back_motion_list(h, s, b_stride, b_xy, b8_xy, mb_type, 1);
818 write_back_motion_list(H264Context *h, MpegEncContext * const s, int b_stride, int b_xy, int b8_xy, int mb_type, int list ) argument
H A Dh264.c970 const int b_xy = 4*x + 4*y*h->b_stride; local
972 h->mb2b_xy [mb_xy]= b_xy;
3359 const int b_xy= h->mb2b_xy[top_xy] + 3*b_stride; local
3362 AV_COPY128(mv_dst - 1*8, s->current_picture.f.motion_val[list][b_xy + 0]);
3374 const int b_xy= h->mb2b_xy[left_xy[LTOP]] + 3; local
3377 AV_COPY32(mv_dst - 1 + 0, s->current_picture.f.motion_val[list][b_xy + b_stride*0]);
3378 AV_COPY32(mv_dst - 1 + 8, s->current_picture.f.motion_val[list][b_xy + b_stride*1]);
3379 AV_COPY32(mv_dst - 1 + 16, s->current_picture.f.motion_val[list][b_xy + b_stride*2]);
3380 AV_COPY32(mv_dst - 1 + 24, s->current_picture.f.motion_val[list][b_xy + b_stride*3]);

Completed in 277 milliseconds