Searched refs:nPbH (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevc_mvs.c | 43 int nPbW, int nPbH) in ff_hevc_set_neighbour_available() argument 58 lc->na.cand_bottom_left = ((y0 + nPbH) >= lc->end_of_tiles_y) ? 0 : lc->na.cand_left; in ff_hevc_set_neighbour_available() 219 int nPbW, int nPbH, int refIdxLx, in temporal_luma_motion_vector() argument 241 y = y0 + nPbH; in temporal_luma_motion_vector() 260 y = y0 + (nPbH >> 1); in temporal_luma_motion_vector() 286 int nPbW, int nPbH, in derive_spatial_merge_candidates() argument 305 const int yA1 = y0 + nPbH - 1; in derive_spatial_merge_candidates() 314 const int yA0 = y0 + nPbH; in derive_spatial_merge_candidates() 413 int available_l0 = temporal_luma_motion_vector(s, x0, y0, nPbW, nPbH, in derive_spatial_merge_candidates() 416 temporal_luma_motion_vector(s, x0, y0, nPbW, nPbH, in derive_spatial_merge_candidates() [all …]
|
D | hevcdec.h | 621 int ff_hevc_inter_pred_idc_decode(HEVCContext *s, int nPbW, int nPbH); 666 int nPbW, int nPbH); 668 int nPbW, int nPbH, int log2_cb_size, 671 int nPbW, int nPbH, int log2_cb_size,
|
D | hevcdec.c | 1798 int nPbH, int log2_cb_size, int part_idx, in hevc_luma_mv_mvp_mode() argument 1805 ff_hevc_set_neighbour_available(s, x0, y0, nPbW, nPbH); in hevc_luma_mv_mvp_mode() 1808 inter_pred_idc = ff_hevc_inter_pred_idc_decode(s, nPbW, nPbH); in hevc_luma_mv_mvp_mode() 1817 ff_hevc_luma_mv_mvp_mode(s, x0, y0, nPbW, nPbH, log2_cb_size, in hevc_luma_mv_mvp_mode() 1835 ff_hevc_luma_mv_mvp_mode(s, x0, y0, nPbW, nPbH, log2_cb_size, in hevc_luma_mv_mvp_mode() 1843 int nPbW, int nPbH, in hls_prediction_unit() argument 1879 ff_hevc_luma_mv_merge_mode(s, x0, y0, nPbW, nPbH, log2_cb_size, in hls_prediction_unit() 1882 hevc_luma_mv_mvp_mode(s, x0, y0, nPbW, nPbH, log2_cb_size, in hls_prediction_unit() 1889 for (j = 0; j < nPbH >> s->ps.sps->log2_min_pu_size; j++) in hls_prediction_unit() 1897 hevc_await_progress(s, ref0, ¤t_mv.mv[0], y0, nPbH); in hls_prediction_unit() [all …]
|
D | hevc_cabac.c | 804 int ff_hevc_inter_pred_idc_decode(HEVCContext *s, int nPbW, int nPbH) in ff_hevc_inter_pred_idc_decode() argument 806 if (nPbW + nPbH == 12) in ff_hevc_inter_pred_idc_decode()
|