Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_mvs.c42 void ff_hevc_set_neighbour_available(HEVCContext *s, int x0, int y0, in ff_hevc_set_neighbour_available() function
499 ff_hevc_set_neighbour_available(s, x0, y0, nPbW, nPbH); in ff_hevc_luma_mv_merge_mode()
Dhevcdec.c1090 ff_hevc_set_neighbour_available(s, x0, y0, trafo_size, trafo_size); in hls_transform_unit()
1177ff_hevc_set_neighbour_available(s, x0, y0 + (i << log2_trafo_size_c), trafo_size_h, trafo_size_v); in hls_transform_unit()
1206ff_hevc_set_neighbour_available(s, x0, y0 + (i << log2_trafo_size_c), trafo_size_h, trafo_size_v); in hls_transform_unit()
1234 ff_hevc_set_neighbour_available(s, xBase, yBase + (i << log2_trafo_size), in hls_transform_unit()
1244 ff_hevc_set_neighbour_available(s, xBase, yBase + (i << log2_trafo_size), in hls_transform_unit()
1257 ff_hevc_set_neighbour_available(s, x0, y0, trafo_size_h, trafo_size_v); in hls_transform_unit()
1261 ff_hevc_set_neighbour_available(s, x0, y0 + (1 << log2_trafo_size_c), in hls_transform_unit()
1269 ff_hevc_set_neighbour_available(s, xBase, yBase, in hls_transform_unit()
1274 ff_hevc_set_neighbour_available(s, xBase, yBase + (1 << (log2_trafo_size)), in hls_transform_unit()
1805 ff_hevc_set_neighbour_available(s, x0, y0, nPbW, nPbH); in hevc_luma_mv_mvp_mode()
Dhevcdec.h665 void ff_hevc_set_neighbour_available(HEVCContext *s, int x0, int y0,