Searched refs:part_width (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | svq3.c | 357 int i, int list, int part_width) in svq3_fetch_diagonal_mv() 359 const int topright_ref = s->ref_cache[list][i - 8 + part_width]; in svq3_fetch_diagonal_mv() 362 *C = s->mv_cache[list][i - 8 + part_width]; in svq3_fetch_diagonal_mv() 373 * @param part_width the width of the partition (4, 8,16) -> (1, 2, 4) 378 int part_width, int list, in svq3_pred_motion() 397 diagonal_ref = svq3_fetch_diagonal_mv(s, &C, index8, list, part_width); in svq3_pred_motion() 505 const int part_width = ((size & 5) == 4) ? 4 : 16 >> (size & 1); in svq3_mc_dir() local 508 const int h_edge_pos = 6 * (s->h_edge_pos - part_width) - extra_width; in svq3_mc_dir() 512 for (j = 0; j < 16; j += part_width) { in svq3_mc_dir() 522 svq3_pred_motion(s, k, part_width >> in svq3_mc_dir() 356 svq3_fetch_diagonal_mv(const SVQ3Context *s, const int16_t **C, int i, int list, int part_width) svq3_fetch_diagonal_mv() argument 377 svq3_pred_motion(const SVQ3Context *s, int n, int part_width, int list, int ref, int *const mx, int *const my) svq3_pred_motion() argument [all...] |
H A D | h264_mvpred.h | 39 int i, int list, int part_width) in fetch_diagonal_mv() 41 const int topright_ref = sl->ref_cache[list][i - 8 + part_width]; in fetch_diagonal_mv() 77 *C = sl->mv_cache[list][i - 8 + part_width]; in fetch_diagonal_mv() 90 * @param part_width the width of the partition (4, 8,16) -> (1, 2, 4) 97 int part_width, int list, int ref, in pred_motion() 108 av_assert2(part_width == 1 || part_width == 2 || part_width == 4); in pred_motion() 118 diagonal_ref = fetch_diagonal_mv(h, sl, &C, index8, list, part_width); in pred_motion() 37 fetch_diagonal_mv(const H264Context *h, H264SliceContext *sl, const int16_t **C, int i, int list, int part_width) fetch_diagonal_mv() argument 94 pred_motion(const H264Context *const h, H264SliceContext *sl, int n, int part_width, int list, int ref, int *const mx, int *const my) pred_motion() argument
|
Completed in 3 milliseconds