Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dav1.h114 AV1_WARP_MODEL_TRANSLATION = 1, enumerator
H A Dav1dec.c111 if (type == AV1_WARP_MODEL_TRANSLATION) { in read_global_param()
220 type = header->is_translation[ref] ? AV1_WARP_MODEL_TRANSLATION in global_motion_params()
239 if (type >= AV1_WARP_MODEL_TRANSLATION) { in global_motion_params()
H A Dcbs_av1_syntax_template.c1130 if (type == AV1_WARP_MODEL_TRANSLATION) { in global_motion_param()
1169 type = current->is_translation[ref] ? AV1_WARP_MODEL_TRANSLATION in global_motion_params()
1187 if (type >= AV1_WARP_MODEL_TRANSLATION) { in global_motion_params()

Completed in 5 milliseconds