Searched refs:is_translation (Results 1 – 6 of 6) sorted by relevance
282 uint8_t is_translation[AV1_TOTAL_REFS_PER_FRAME]; member
1168 flags(is_translation[ref], 1, ref); in FUNC()1169 type = current->is_translation[ref] ? AV1_WARP_MODEL_TRANSLATION in FUNC()
124 type = header->is_translation[ref] ? AV1_WARP_MODEL_TRANSLATION in global_motion_params()
1287 gboolean is_translation[GST_AV1_NUM_REF_FRAMES]; member
3024 gm_params->is_translation[ref] = AV1_READ_BIT_CHECKED (br, &retval); in gst_av1_parse_global_motion_params()3028 gm_params->is_translation[ref] ? GST_AV1_WARP_MODEL_TRANSLATION : in gst_av1_parse_global_motion_params()
1293 bool is_translation = av1_f(vlc, 1); in global_motion_params() local1294 type = is_translation ? AV1_TRANSLATION : AV1_AFFINE; in global_motion_params()