Searched refs:y8 (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264_direct.c281 int y8 = i8>>1; local
282 int xy8 = x8+y8*b8_stride;
283 int xy4 = 3*x8+y8*b4_stride;
292 if(!IS_INTRA(mb_type_col[y8]) && !h->ref_list[1][0].long_ref
334 const int y8 = i8>>1; local
352 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride];
363 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride];
474 const int y8 = i8>>1; local
483 if(IS_INTRA(mb_type_col[y8])){
490 ref0 = l1ref0[x8 + y8*b8_strid
538 const int y8 = i8>>1; local
[all...]
H A Dvp6.c530 int y8 = mv.y & mask; local
534 y8 *= 2;
549 if ((y8 && (offset2-offset1)*s->flip<0) || (!y8 && offset1 > offset2)) {
554 if (!y8) { /* left or right combine */
559 vp6_block_copy_filter[select][y8]);
563 vp6_block_copy_filter[select][y8]);
566 if (!x8 || !y8) {
567 s->dsp.put_h264_chroma_pixels_tab[0](dst, src+offset1, stride, 8, x8, y8);
569 vp6_filter_diag2(s, dst, src+offset1 + ((mv.x^mv.y)>>31), stride, x8, y8);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264_direct.c281 int y8 = i8>>1; local
282 int xy8 = x8+y8*b8_stride;
283 int xy4 = 3*x8+y8*b4_stride;
292 if(!IS_INTRA(mb_type_col[y8]) && !h->ref_list[1][0].long_ref
334 const int y8 = i8>>1; local
352 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride];
363 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride];
474 const int y8 = i8>>1; local
483 if(IS_INTRA(mb_type_col[y8])){
490 ref0 = l1ref0[x8 + y8*b8_strid
538 const int y8 = i8>>1; local
[all...]
H A Dvp6.c530 int y8 = mv.y & mask; local
534 y8 *= 2;
549 if ((y8 && (offset2-offset1)*s->flip<0) || (!y8 && offset1 > offset2)) {
554 if (!y8) { /* left or right combine */
559 vp6_block_copy_filter[select][y8]);
563 vp6_block_copy_filter[select][y8]);
566 if (!x8 || !y8) {
567 s->dsp.put_h264_chroma_pixels_tab[0](dst, src+offset1, stride, 8, x8, y8);
569 vp6_filter_diag2(s, dst, src+offset1 + ((mv.x^mv.y)>>31), stride, x8, y8);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264_direct.c281 int y8 = i8>>1; local
282 int xy8 = x8+y8*b8_stride;
283 int xy4 = 3*x8+y8*b4_stride;
292 if(!IS_INTRA(mb_type_col[y8]) && !h->ref_list[1][0].long_ref
334 const int y8 = i8>>1; local
352 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride];
363 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride];
474 const int y8 = i8>>1; local
483 if(IS_INTRA(mb_type_col[y8])){
490 ref0 = l1ref0[x8 + y8*b8_strid
538 const int y8 = i8>>1; local
[all...]
H A Dvp6.c530 int y8 = mv.y & mask; local
534 y8 *= 2;
549 if ((y8 && (offset2-offset1)*s->flip<0) || (!y8 && offset1 > offset2)) {
554 if (!y8) { /* left or right combine */
559 vp6_block_copy_filter[select][y8]);
563 vp6_block_copy_filter[select][y8]);
566 if (!x8 || !y8) {
567 s->dsp.put_h264_chroma_pixels_tab[0](dst, src+offset1, stride, 8, x8, y8);
569 vp6_filter_diag2(s, dst, src+offset1 + ((mv.x^mv.y)>>31), stride, x8, y8);
[all...]

Completed in 135 milliseconds