Lines Matching refs:cur_pic

399     ret = ff_h264_replace_picture(h, &h->cur_pic, &h1->cur_pic);
538 ff_h264_unref_picture(h, &h->cur_pic);
540 ff_h264_set_erpic(&h->er.cur_pic, NULL);
543 if ((ret = ff_h264_ref_picture(h, &h->cur_pic, h->cur_pic_ptr)) < 0)
2346 AV_COPY128(mv_dst - 1 * 8, h->cur_pic.motion_val[list][b_xy + 0]);
2348 ref_cache[1 - 1 * 8] = ref2frm[h->cur_pic.ref_index[list][b8_xy + 0]];
2350 ref_cache[3 - 1 * 8] = ref2frm[h->cur_pic.ref_index[list][b8_xy + 1]];
2361 AV_COPY32(mv_dst - 1 + 0, h->cur_pic.motion_val[list][b_xy + b_stride * 0]);
2362 AV_COPY32(mv_dst - 1 + 8, h->cur_pic.motion_val[list][b_xy + b_stride * 1]);
2363 AV_COPY32(mv_dst - 1 + 16, h->cur_pic.motion_val[list][b_xy + b_stride * 2]);
2364 AV_COPY32(mv_dst - 1 + 24, h->cur_pic.motion_val[list][b_xy + b_stride * 3]);
2366 ref_cache[-1 + 8] = ref2frm[h->cur_pic.ref_index[list][b8_xy + 2 * 0]];
2368 ref_cache[-1 + 24] = ref2frm[h->cur_pic.ref_index[list][b8_xy + 2 * 1]];
2392 int8_t *ref = &h->cur_pic.ref_index[list][4 * mb_xy];
2403 int16_t(*mv_src)[2] = &h->cur_pic.motion_val[list][4 * sl->mb_x + 4 * sl->mb_y * b_stride];
2426 const int left_mb_field_flag = IS_INTERLACED(h->cur_pic.mb_type[mb_xy - 1]);
2434 (((h->cur_pic.mb_type[top_xy] >> 7) & 1) - 1);
2448 int qp = h->cur_pic.qscale_table[mb_xy];
2451 ((qp + h->cur_pic.qscale_table[left_xy[LTOP]] + 1) >> 1) <= qp_thresh) &&
2453 ((qp + h->cur_pic.qscale_table[top_xy] + 1) >> 1) <= qp_thresh)) {
2457 ((qp + h->cur_pic.qscale_table[left_xy[LBOT]] + 1) >> 1) <= qp_thresh) &&
2459 ((qp + h->cur_pic.qscale_table[top_xy - h->mb_stride] + 1) >> 1) <= qp_thresh))
2464 top_type = h->cur_pic.mb_type[top_xy];
2465 left_type[LTOP] = h->cur_pic.mb_type[left_xy[LTOP]];
2466 left_type[LBOT] = h->cur_pic.mb_type[left_xy[LBOT]];
2573 mb_type = h->cur_pic.mb_type[mb_xy];
2581 dest_y = h->cur_pic.f->data[0] +
2583 dest_cb = h->cur_pic.f->data[1] +
2586 dest_cr = h->cur_pic.f->data[2] +
2607 sl->chroma_qp[0] = get_chroma_qp(h->ps.pps, 0, h->cur_pic.qscale_table[mb_xy]);
2608 sl->chroma_qp[1] = get_chroma_qp(h->ps.pps, 1, h->cur_pic.qscale_table[mb_xy]);
2630 h->cur_pic.mb_type[mb_xy - 1] :
2632 h->cur_pic.mb_type[mb_xy - h->mb_stride] : 0;