• 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:cur_pic

439     dst->cur_pic                = src->cur_pic;
581 memset(&h->cur_pic, 0, sizeof(h->cur_pic));
597 memset(&h->cur_pic, 0, sizeof(h->cur_pic));
598 av_frame_unref(&h->cur_pic.f);
599 h->cur_pic.tf.f = &h->cur_pic.f;
639 ff_h264_unref_picture(h, &h->cur_pic);
640 if (h1->cur_pic.f.buf[0] && (ret = ff_h264_ref_picture(h, &h->cur_pic, &h1->cur_pic)) < 0)
758 ff_h264_unref_picture(h, &h->cur_pic);
760 ff_h264_set_erpic(&h->er.cur_pic, NULL);
763 if ((ret = ff_h264_ref_picture(h, &h->cur_pic, h->cur_pic_ptr)) < 0)
1006 dst->cur_pic = src->cur_pic;
2018 AV_COPY128(mv_dst - 1 * 8, h->cur_pic.motion_val[list][b_xy + 0]);
2020 ref_cache[1 - 1 * 8] = ref2frm[list][h->cur_pic.ref_index[list][b8_xy + 0]];
2022 ref_cache[3 - 1 * 8] = ref2frm[list][h->cur_pic.ref_index[list][b8_xy + 1]];
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]);
2038 ref_cache[-1 + 8] = ref2frm[list][h->cur_pic.ref_index[list][b8_xy + 2 * 0]];
2040 ref_cache[-1 + 24] = ref2frm[list][h->cur_pic.ref_index[list][b8_xy + 2 * 1]];
2064 int8_t *ref = &h->cur_pic.ref_index[list][4 * mb_xy];
2075 int16_t(*mv_src)[2] = &h->cur_pic.motion_val[list][4 * h->mb_x + 4 * h->mb_y * b_stride];
2102 const int left_mb_field_flag = IS_INTERLACED(h->cur_pic.mb_type[mb_xy - 1]);
2110 (((h->cur_pic.mb_type[top_xy] >> 7) & 1) - 1);
2124 int qp = h->cur_pic.qscale_table[mb_xy];
2127 ((qp + h->cur_pic.qscale_table[left_xy[LTOP]] + 1) >> 1) <= qp_thresh) &&
2129 ((qp + h->cur_pic.qscale_table[top_xy] + 1) >> 1) <= qp_thresh)) {
2133 ((qp + h->cur_pic.qscale_table[left_xy[LBOT]] + 1) >> 1) <= qp_thresh) &&
2135 ((qp + h->cur_pic.qscale_table[top_xy - h->mb_stride] + 1) >> 1) <= qp_thresh))
2140 top_type = h->cur_pic.mb_type[top_xy];
2141 left_type[LTOP] = h->cur_pic.mb_type[left_xy[LTOP]];
2142 left_type[LBOT] = h->cur_pic.mb_type[left_xy[LBOT]];
2247 mb_type = h->cur_pic.mb_type[mb_xy];
2256 dest_y = h->cur_pic.f.data[0] +
2258 dest_cb = h->cur_pic.f.data[1] +
2261 dest_cr = h->cur_pic.f.data[2] +
2282 h->chroma_qp[0] = get_chroma_qp(h, 0, h->cur_pic.qscale_table[mb_xy]);
2283 h->chroma_qp[1] = get_chroma_qp(h, 1, h->cur_pic.qscale_table[mb_xy]);
2305 h->cur_pic.mb_type[mb_xy - 1] :
2307 h->cur_pic.mb_type[mb_xy - h->mb_stride] : 0;