Searched refs:ROTZOOM (Results 1 – 8 of 8) sorted by relevance
62 ROTZOOM = 2, // simplified affine with rotation + zoom only, 4-parameter enumerator245 if (gm->wmtype == ROTZOOM) { in gm_get_motion_vector()272 return ROTZOOM; in get_wmtype()
524 if (wm->wmtype == ROTZOOM) { in highbd_warp_plane()810 if (wm->wmtype == ROTZOOM) { in warp_plane()
158 case ROTZOOM: in force_wmtype()254 case ROTZOOM: return ransac_rotzoom; in get_ransac_type()337 case ROTZOOM: return ransac_rotzoom_double_prec; in get_ransac_double_prec_type()
2645 aom_wb_write_bit(wb, type == ROTZOOM); in write_global_motion_params()2646 if (type != ROTZOOM) aom_wb_write_bit(wb, type == TRANSLATION); in write_global_motion_params()2649 if (type >= ROTZOOM) { in write_global_motion_params()
598 cpi->gmtype_cost[i] = (1 + (i > 0 ? (i == ROTZOOM ? 1 : 2) : 0)) in av1_initialize_rd_consts()
5093 case ROTZOOM: in gm_get_params_cost()5550 for (model = ROTZOOM; model < GLOBAL_TRANS_TYPES_ENC; ++model) { in encode_frame_internal()
9254 if (wmtype != ROTZOOM) is_valid_warp = 0; in check_if_optimal_warp()9256 if (wmtype < ROTZOOM) is_valid_warp = 0; in check_if_optimal_warp()9498 if (wmtype < ROTZOOM) continue; in motion_mode_rd()
4626 type = ROTZOOM; in read_global_motion_params()4634 if (type >= ROTZOOM) { in read_global_motion_params()