• 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 defs:dest_y

447             uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
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);
544 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
554 dest_y += (2*x_offset << pixel_shift) + 2*y_offset*h->mb_linesize;
571 dest_y, dest_cb, dest_cr, x_offset, y_offset,
581 dest_y, dest_cb, dest_cr, x_offset, y_offset,
588 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
597 dest_y += (2*x_offset << pixel_shift) + 2*y_offset*h->mb_linesize;
626 dest_y, dest_cb, dest_cr,
637 luma_weight_avg( dest_y, tmp_y, h-> mb_linesize,
644 luma_weight_avg(dest_y, tmp_y, h->mb_linesize, height, h->luma_log2_weight_denom,
659 dest_y, dest_cb, dest_cr, x_offset, y_offset,
662 luma_weight_op(dest_y, h->mb_linesize, height, h->luma_log2_weight_denom,
675 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
685 mc_part_weighted(h, n, square, height, delta, dest_y, dest_cb, dest_cr,
690 mc_part_std(h, n, square, height, delta, dest_y, dest_cb, dest_cr,
718 static av_always_inline void hl_motion(H264Context *h, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
735 mc_part(h, 0, 1, 16, 0, dest_y, dest_cb, dest_cr, 0, 0,
741 mc_part(h, 0, 0, 8, 8 << pixel_shift, dest_y, dest_cb, dest_cr, 0, 0,
746 mc_part(h, 8, 0, 8, 8 << pixel_shift, dest_y, dest_cb, dest_cr, 0, 4,
752 mc_part(h, 0, 0, 16, 8*h->mb_linesize, dest_y, dest_cb, dest_cr, 0, 0,
757 mc_part(h, 4, 0, 16, 8*h->mb_linesize, dest_y, dest_cb, dest_cr, 4, 0,
774 mc_part(h, n, 1, 8, 0, dest_y, dest_cb, dest_cr, x_offset, y_offset,
780 mc_part(h, n , 0, 4, 4 << pixel_shift, dest_y, dest_cb, dest_cr, x_offset, y_offset,
785 mc_part(h, n+2, 0, 4, 4 << pixel_shift, dest_y, dest_cb, dest_cr, x_offset, y_offset+2,
791 mc_part(h, n , 0, 8, 4*h->mb_linesize, dest_y, dest_cb, dest_cr, x_offset, y_offset,
796 mc_part(h, n+1, 0, 8, 4*h->mb_linesize, dest_y, dest_cb, dest_cr, x_offset+2, y_offset,
807 mc_part(h, n+j, 1, 4, 0, dest_y, dest_cb, dest_cr, sub_x_offset, sub_y_offset,
821 hl_motion_420(H264Context *h, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
827 hl_motion(h, dest_y, dest_cb, dest_cr, qpix_put, chroma_put,
832 hl_motion_422(H264Context *h, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
838 hl_motion(h, dest_y, dest_cb, dest_cr, qpix_put, chroma_put,
1743 int pixel_shift, int *block_offset, int linesize, uint8_t *dest_y, int p)
1762 uint8_t * const ptr= dest_y + block_offset[i];
1787 uint8_t * const ptr= dest_y + block_offset[i];
1828 h->hpc.pred16x16[ h->intra16x16_pred_mode ](dest_y , linesize);
1846 int pixel_shift, int *block_offset, int linesize, uint8_t *dest_y, int p)
1857 h->hpc.pred16x16_add[h->intra16x16_pred_mode](dest_y, block_offset, h->mb + (p*256 << pixel_shift), linesize);
1861 s->dsp.add_pixels4(dest_y + block_offset[i], h->mb + (i*16+p*256 << pixel_shift), linesize);
1865 h->h264dsp.h264_idct_add16intra(dest_y, block_offset, h->mb + (p*256 << pixel_shift), linesize, h->non_zero_count_cache+p*5*8);
1873 idct_add(dest_y + block_offset[i], h->mb + (i*16+p*256 << pixel_shift), linesize);
1878 h->h264dsp.h264_idct8_add4(dest_y, block_offset, h->mb + (p*256 << pixel_shift), linesize, h->non_zero_count_cache+p*5*8);
1880 h->h264dsp.h264_idct_add16(dest_y, block_offset, h->mb + (p*256 << pixel_shift), linesize, h->non_zero_count_cache+p*5*8);
1887 uint8_t * const ptr= dest_y + block_offset[i];
1902 uint8_t *dest_y, *dest_cb, *dest_cr;
1913 dest_y = s->current_picture.f.data[0] + ((mb_x << pixel_shift) + mb_y * s->linesize ) * 16;
1917 s->dsp.prefetch(dest_y + (s->mb_x&3)*4*s->linesize + (64 << pixel_shift), s->linesize, 4);
1927 dest_y -= s->linesize*15;
1962 uint16_t *tmp_y = (uint16_t*)(dest_y + i*linesize);
1995 memcpy(dest_y + i* linesize, h->mb + i*8, 16);
2014 xchg_mb_border(h, dest_y, dest_cb, dest_cr, linesize, uvlinesize, 1, 0, simple, pixel_shift);
2021 hl_decode_mb_predict_luma(h, mb_type, is_h264, simple, transform_bypass, pixel_shift, block_offset, linesize, dest_y, 0);
2024 xchg_mb_border(h, dest_y, dest_cb, dest_cr, linesize, uvlinesize, 0, 0, simple, pixel_shift);
2027 hl_motion_422(h, dest_y, dest_cb, dest_cr,
2034 hl_motion_420(h, dest_y, dest_cb, dest_cr,
2043 hl_decode_mb_idct_luma(h, mb_type, is_h264, simple, transform_bypass, pixel_shift, block_offset, linesize, dest_y, 0);
3560 uint8_t *dest_y, *dest_cb, *dest_cr;
3581 dest_y = s->current_picture.f.data[0] + ((mb_x << pixel_shift) + mb_y * s->linesize ) * 16;
3590 dest_y -= s->linesize*15;
3598 backup_mb_border(h, dest_y, dest_cb, dest_cr, linesize, uvlinesize, 0);
3605 ff_h264_filter_mb (h, mb_x, mb_y, dest_y, dest_cb, dest_cr, linesize, uvlinesize);
3607 ff_h264_filter_mb_fast(h, mb_x, mb_y, dest_y, dest_cb, dest_cr, linesize, uvlinesize);