Lines Matching refs:nPbW
43 int nPbW, int nPbH) in ff_hevc_set_neighbour_available() argument
53 (x0b + nPbW == 1 << s->ps.sps->log2_ctb_size) ? in ff_hevc_set_neighbour_available()
57 && (x0 + nPbW) < lc->end_of_tiles_x; in ff_hevc_set_neighbour_available()
219 int nPbW, int nPbH, int refIdxLx, in temporal_luma_motion_vector() argument
240 x = x0 + nPbW; in temporal_luma_motion_vector()
259 x = x0 + (nPbW >> 1); in temporal_luma_motion_vector()
286 int nPbW, int nPbH, in derive_spatial_merge_candidates() argument
307 const int xB1 = x0 + nPbW - 1; in derive_spatial_merge_candidates()
310 const int xB0 = x0 + nPbW; 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()
479 void ff_hevc_luma_mv_merge_mode(HEVCContext *s, int x0, int y0, int nPbW, in ff_hevc_luma_mv_merge_mode() argument
486 int nPbW2 = nPbW; in ff_hevc_luma_mv_merge_mode()
494 nPbW = nCS; in ff_hevc_luma_mv_merge_mode()
499 ff_hevc_set_neighbour_available(s, x0, y0, nPbW, nPbH); in ff_hevc_luma_mv_merge_mode()
500 derive_spatial_merge_candidates(s, x0, y0, nPbW, nPbH, log2_cb_size, in ff_hevc_luma_mv_merge_mode()
582 void ff_hevc_luma_mv_mvp_mode(HEVCContext *s, int x0, int y0, int nPbW, in ff_hevc_luma_mv_mvp_mode() argument
680 xB0 = x0 + nPbW; in ff_hevc_luma_mv_mvp_mode()
688 xB1 = x0 + nPbW - 1; in ff_hevc_luma_mv_mvp_mode()
766 int available_col = temporal_luma_motion_vector(s, x0, y0, nPbW, in ff_hevc_luma_mv_mvp_mode()