Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevc_mvs.c290 int merge_idx, in derive_spatial_merge_candidates()
345 if (merge_idx == 0) in derive_spatial_merge_candidates()
362 if (merge_idx == nb_merge_cand) in derive_spatial_merge_candidates()
377 if (merge_idx == nb_merge_cand) in derive_spatial_merge_candidates()
391 if (merge_idx == nb_merge_cand) in derive_spatial_merge_candidates()
405 if (merge_idx == nb_merge_cand) in derive_spatial_merge_candidates()
426 if (merge_idx == nb_merge_cand) in derive_spatial_merge_candidates()
455 if (merge_idx == nb_merge_cand) in derive_spatial_merge_candidates()
470 if (merge_idx == nb_merge_cand) in derive_spatial_merge_candidates()
482 int merge_idx, MvFiel in ff_hevc_luma_mv_merge_mode()
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.h671 int part_idx, int merge_idx, MvField *mv);
674 int part_idx, int merge_idx,
H A Dhevcdec.c1822 int merge_idx, MvField *mv) in hevc_luma_mv_mvp_mode()
1841 part_idx, merge_idx, mv, mvp_flag, 0); in hevc_luma_mv_mvp_mode()
1859 part_idx, merge_idx, mv, mvp_flag, 1); in hevc_luma_mv_mvp_mode()
1873 int merge_idx = 0; in hls_prediction_unit() local
1898 merge_idx = ff_hevc_merge_idx_decode(s); in hls_prediction_unit()
1900 merge_idx = 0; in hls_prediction_unit()
1903 partIdx, merge_idx, &current_mv); in hls_prediction_unit()
1906 partIdx, merge_idx, &current_mv); 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
/third_party/toybox/toys/posix/
H A Dps.c1520 int merge_idx = (FLAG(H) || (TT.bits&(_PS_TID|_PS_TCNT))) ? SLOT_tid : SLOT_pid; in top_common() local
1526 if (old.count && (!new.count || otb->slot[merge_idx] < ntb->slot[merge_idx])) { in top_common()
1534 if (!old.count || otb->slot[merge_idx] > ntb->slot[merge_idx]) mix.tb[mix.count] = ntb; in top_common()

Completed in 12 milliseconds