Home
last modified time | relevance | path

Searched refs:AFFINE (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Dmv.h63 AFFINE = 3, // affine, 6-parameter enumerator
274 return AFFINE; in get_wmtype()
Dwarped_motion.h33 #define DEFAULT_WMTYPE AFFINE
Dwarped_motion.c523 assert(wm->wmtype <= AFFINE); in highbd_warp_plane()
809 assert(wm->wmtype <= AFFINE); in warp_plane()
883 if (wm->wmtype <= AFFINE) in av1_warp_error()
1138 assert(wm_params->wmtype == AFFINE); in find_projection()
/external/libaom/libaom/av1/encoder/
Dglobal_motion.c162 case AFFINE: wm->wmmat[6] = wm->wmmat[7] = 0; break; in force_wmtype()
253 case AFFINE: return ransac_affine; in get_ransac_type()
336 case AFFINE: return ransac_affine_double_prec; in get_ransac_double_prec_type()
Dencodeframe.c5092 case AFFINE: in gm_get_params_cost()
5102 if (gm->wmtype >= AFFINE) { in gm_get_params_cost()
5587 if (cm->global_motion[frame].wmtype <= AFFINE) in encode_frame_internal()
Dbitstream.c2661 if (type >= AFFINE) { in write_global_motion_params()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c4628 type = aom_rb_read_bit(rb) ? TRANSLATION : AFFINE; in read_global_motion_params()
4647 if (type >= AFFINE) { in read_global_motion_params()
4683 if (params->wmtype <= AFFINE) { in read_global_motion_params()