Home
last modified time | relevance | path

Searched refs:get_offset_from_fullmv (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dmcomp.c170 static INLINE int get_offset_from_fullmv(const FULLPEL_MV *mv, int stride) { in get_offset_from_fullmv() function
176 return &buf->buf[get_offset_from_fullmv(mv, buf->stride)]; in get_buf_from_fullmv()
355 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_dsmotion_compensation()
401 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_fpf()
446 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_compensation_nstep()
506 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_compensation_bigdia()
560 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_compensation_square()
609 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_compensation_hex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dmcomp.c160 static INLINE int get_offset_from_fullmv(const FULLPEL_MV *mv, int stride) { in get_offset_from_fullmv() function
166 return &buf->buf[get_offset_from_fullmv(mv, buf->stride)]; in get_buf_from_fullmv()
345 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_dsmotion_compensation()
391 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_fpf()
436 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_compensation_nstep()
496 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_compensation_bigdia()
550 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_compensation_square()
599 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_compensation_hex()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dmcomp.c181 static INLINE int get_offset_from_fullmv(const FULLPEL_MV *mv, int stride) { in get_offset_from_fullmv() function
187 return &buf->buf[get_offset_from_fullmv(mv, buf->stride)]; in get_buf_from_fullmv()
369 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_dsmotion_compensation()
415 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_fpf()
460 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_compensation_nstep()
520 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_compensation_bigdia()
574 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_compensation_square()
623 site->offset = get_offset_from_fullmv(&site->mv, stride); in av1_init_motion_compensation_hex()