Home
last modified time | relevance | path

Searched refs:nPbW (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()
54 (x0b + nPbW == 1 << s->ps.sps->log2_ctb_size) ? in ff_hevc_set_neighbour_available()
58 && (x0 + nPbW) < lc->end_of_tiles_x; in ff_hevc_set_neighbour_available()
220 int nPbW, int nPbH, int refIdxLx, in temporal_luma_motion_vector()
241 x = x0 + nPbW; in temporal_luma_motion_vector()
260 x = x0 + (nPbW >> 1); in temporal_luma_motion_vector()
287 int nPbW, int nPbH, in derive_spatial_merge_candidates()
308 const int xB1 = x0 + nPbW - 1; in derive_spatial_merge_candidates()
311 const int xB0 = x0 + nPbW; in derive_spatial_merge_candidates()
414 int available_l0 = temporal_luma_motion_vector(s, x0, y0, nPbW, nPb 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.c1820 static void hevc_luma_mv_mvp_mode(HEVCContext *s, int x0, int y0, int nPbW, in hevc_luma_mv_mvp_mode() argument
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()
1913 for (i = 0; i < nPbW >> s->ps.sps->log2_min_pu_size; i++) in hls_prediction_unit()
1932 int nPbW_c = nPbW >> in hls_prediction_unit()
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 10 milliseconds