Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
H A Dutils.c337 static av_cold int get_local_pos(SwsContext *s, int chr_subsample, int pos, int dir) in get_local_pos() function
1832 get_local_pos(c, 0, 0, 0), in sws_init_context()
1833 get_local_pos(c, 0, 0, 0))) < 0) in sws_init_context()
1843 get_local_pos(c, c->chrSrcHSubSample, c->src_h_chr_pos, 0), in sws_init_context()
1844 get_local_pos(c, c->chrDstHSubSample, c->dst_h_chr_pos, 0))) < 0) in sws_init_context()
1862 get_local_pos(c, 0, 0, 1), in sws_init_context()
1863 get_local_pos(c, 0, 0, 1))) < 0) in sws_init_context()
1871 get_local_pos(c, c->chrSrcVSubSample, c->src_v_chr_pos, 1), in sws_init_context()
1872 get_local_pos(c, c->chrDstVSubSample, c->dst_v_chr_pos, 1))) < 0) in sws_init_context()

Completed in 4 milliseconds