Home
last modified time | relevance | path

Searched refs:nPbH (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevc_mvs.c44 int nPbW, int nPbH) in ff_hevc_set_neighbour_available()
59 lc->na.cand_bottom_left = ((y0 + nPbH) >= lc->end_of_tiles_y) ? 0 : lc->na.cand_left; in ff_hevc_set_neighbour_available()
220 int nPbW, int nPbH, int refIdxLx, in temporal_luma_motion_vector()
242 y = y0 + nPbH; in temporal_luma_motion_vector()
261 y = y0 + (nPbH >> 1); in temporal_luma_motion_vector()
287 int nPbW, int nPbH, in derive_spatial_merge_candidates()
306 const int yA1 = y0 + nPbH - 1; in derive_spatial_merge_candidates()
315 const int yA0 = y0 + nPbH; in derive_spatial_merge_candidates()
414 int available_l0 = temporal_luma_motion_vector(s, x0, y0, nPbW, nPbH, in derive_spatial_merge_candidates()
417 temporal_luma_motion_vector(s, x0, y0, nPbW, nPbH, in derive_spatial_merge_candidates()
43 ff_hevc_set_neighbour_available(HEVCContext *s, int x0, int y0, int nPbW, int nPbH) ff_hevc_set_neighbour_available() argument
219 temporal_luma_motion_vector(HEVCContext *s, int x0, int y0, int nPbW, int nPbH, int refIdxLx, Mv *mvLXCol, int X) temporal_luma_motion_vector() argument
286 derive_spatial_merge_candidates(HEVCContext *s, int x0, int y0, int nPbW, int nPbH, int log2_cb_size, int singleMCLFlag, int part_idx, int merge_idx, struct MvField mergecandlist[]) derive_spatial_merge_candidates() argument
480 ff_hevc_luma_mv_merge_mode(HEVCContext *s, int x0, int y0, int nPbW, int nPbH, int log2_cb_size, int part_idx, int merge_idx, MvField *mv) ff_hevc_luma_mv_merge_mode() argument
583 ff_hevc_luma_mv_mvp_mode(HEVCContext *s, int x0, int y0, int nPbW, int nPbH, int log2_cb_size, int part_idx, int merge_idx, MvField *mv, int mvp_lx_flag, int LX) ff_hevc_luma_mv_mvp_mode() argument
[all...]
H A Dhevcdec.h623 int ff_hevc_inter_pred_idc_decode(HEVCContext *s, int nPbW, int nPbH);
668 int nPbW, int nPbH);
670 int nPbW, int nPbH, int log2_cb_size,
673 int nPbW, int nPbH, int log2_cb_size,
H A Dhevcdec.c1821 int nPbH, int log2_cb_size, int part_idx, in hevc_luma_mv_mvp_mode()
1828 ff_hevc_set_neighbour_available(s, x0, y0, nPbW, nPbH); in hevc_luma_mv_mvp_mode()
1831 inter_pred_idc = ff_hevc_inter_pred_idc_decode(s, nPbW, nPbH); in hevc_luma_mv_mvp_mode()
1840 ff_hevc_luma_mv_mvp_mode(s, x0, y0, nPbW, nPbH, log2_cb_size, in hevc_luma_mv_mvp_mode()
1858 ff_hevc_luma_mv_mvp_mode(s, x0, y0, nPbW, nPbH, log2_cb_size, in hevc_luma_mv_mvp_mode()
1866 int nPbW, int nPbH, in hls_prediction_unit()
1902 ff_hevc_luma_mv_merge_mode(s, x0, y0, nPbW, nPbH, log2_cb_size, in hls_prediction_unit()
1905 hevc_luma_mv_mvp_mode(s, x0, y0, nPbW, nPbH, log2_cb_size, in hls_prediction_unit()
1912 for (j = 0; j < nPbH >> s->ps.sps->log2_min_pu_size; j++) in hls_prediction_unit()
1920 hevc_await_progress(s, ref0, &current_mv.mv[0], y0, nPbH); in hls_prediction_unit()
1820 hevc_luma_mv_mvp_mode(HEVCContext *s, int x0, int y0, int nPbW, int nPbH, int log2_cb_size, int part_idx, int merge_idx, MvField *mv) hevc_luma_mv_mvp_mode() argument
1865 hls_prediction_unit(HEVCContext *s, int x0, int y0, int nPbW, int nPbH, int log2_cb_size, int partIdx, int idx) hls_prediction_unit() argument
[all...]
H A Dhevc_cabac.c804 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()

Completed in 9 milliseconds