Searched refs:global_motion_param (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_av1_syntax_template.c | 1122 static int FUNC(global_motion_param)(CodedBitstreamContext *ctx, RWContext *rw, in global_motion_param() function 1177 CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 2)); in global_motion_params() 1178 CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 3)); in global_motion_params() 1180 CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 4)); in global_motion_params() 1181 CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 5)); in global_motion_params() 1188 CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 0)); in global_motion_params() 1189 CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 1)); in global_motion_params()
|
Completed in 5 milliseconds