Home
last modified time | relevance | path

Searched refs:ROTZOOM (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/common/
Dmv.h62 ROTZOOM = 2, // simplified affine with rotation + zoom only, 4-parameter enumerator
245 if (gm->wmtype == ROTZOOM) { in gm_get_motion_vector()
272 return ROTZOOM; in get_wmtype()
Dwarped_motion.c524 if (wm->wmtype == ROTZOOM) { in highbd_warp_plane()
810 if (wm->wmtype == ROTZOOM) { in warp_plane()
/external/libaom/libaom/av1/encoder/
Dglobal_motion.c158 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()
Dbitstream.c2645 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()
Drd.c598 cpi->gmtype_cost[i] = (1 + (i > 0 ? (i == ROTZOOM ? 1 : 2) : 0)) in av1_initialize_rd_consts()
Dencodeframe.c5093 case ROTZOOM: in gm_get_params_cost()
5550 for (model = ROTZOOM; model < GLOBAL_TRANS_TYPES_ENC; ++model) { in encode_frame_internal()
Drdopt.c9254 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()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c4626 type = ROTZOOM; in read_global_motion_params()
4634 if (type >= ROTZOOM) { in read_global_motion_params()