Lines Matching defs:nPbW
44 int nPbW, int nPbH)
54 (x0b + nPbW == 1 << s->ps.sps->log2_ctb_size) ?
58 && (x0 + nPbW) < lc->end_of_tiles_x;
220 int nPbW, int nPbH, int refIdxLx,
241 x = x0 + nPbW;
260 x = x0 + (nPbW >> 1);
287 int nPbW, int nPbH,
308 const int xB1 = x0 + nPbW - 1;
311 const int xB0 = x0 + nPbW;
414 int available_l0 = temporal_luma_motion_vector(s, x0, y0, nPbW, nPbH,
417 temporal_luma_motion_vector(s, x0, y0, nPbW, nPbH,
480 void ff_hevc_luma_mv_merge_mode(HEVCContext *s, int x0, int y0, int nPbW,
487 int nPbW2 = nPbW;
495 nPbW = nCS;
500 ff_hevc_set_neighbour_available(s, x0, y0, nPbW, nPbH);
501 derive_spatial_merge_candidates(s, x0, y0, nPbW, nPbH, log2_cb_size,
583 void ff_hevc_luma_mv_mvp_mode(HEVCContext *s, int x0, int y0, int nPbW,
681 xB0 = x0 + nPbW;
689 xB1 = x0 + nPbW - 1;
767 int available_col = temporal_luma_motion_vector(s, x0, y0, nPbW,