Home
last modified time | relevance | path

Searched refs:allow_warped_motion (Results 1 – 13 of 13) sorted by relevance

/external/libgav1/libgav1/src/utils/
Dtypes.h511 bool allow_warped_motion; member
/external/libaom/libaom/av1/common/
Dblockd.h1168 const MB_MODE_INFO *mbmi, int allow_warped_motion) { in motion_mode_allowed() argument
1179 (allow_warped_motion && in motion_mode_allowed()
Dav1_common_int.h324 bool allow_warped_motion; member
/external/libaom/libaom/av1/
Dav1_cx_iface.c119 int allow_warped_motion; // frame level member
943 oxcf->allow_warped_motion = in set_encoder_config()
946 : (extra_cfg->allow_warped_motion & extra_cfg->enable_warped_motion); in set_encoder_config()
1512 extra_cfg.allow_warped_motion = CAST(AV1E_SET_ALLOW_WARPED_MOTION, args); in ctrl_set_allow_warped_motion()
/external/libaom/libaom/av1/encoder/
Dencoder.h408 int allow_warped_motion; member
Dencodeframe.c1350 cm->features.allow_warped_motion) in update_stats()
1658 (cm->features.allow_warped_motion && in encode_b()
1667 cm->features.allow_warped_motion) in encode_b()
5662 if (features->allow_warped_motion && in encode_frame_internal()
5667 features->allow_warped_motion = 0; in encode_frame_internal()
5985 if (features->allow_warped_motion && in encode_frame_internal()
Dbitstream.c274 cm->features.allow_warped_motion) in write_motion_mode()
3120 aom_wb_write_bit(wb, features->allow_warped_motion); in write_uncompressed_header_obu()
3122 assert(!features->allow_warped_motion); in write_uncompressed_header_obu()
Dencoder.c6273 features->allow_warped_motion = in encode_frame_to_data_rate()
6274 cpi->oxcf.allow_warped_motion && frame_might_allow_warped_motion(cm); in encode_frame_to_data_rate()
Drdopt.c1258 xd->global_motion, xd, mbmi, features->allow_warped_motion); in motion_mode_rd()
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc1060 !frame_header_.allow_warped_motion || IsScaled(bp.reference_frame[0])) { in ReadMotionMode()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c231 xd->global_motion, xd, mbmi, cm->features.allow_warped_motion); in read_motion_mode()
Ddecodeframe.c5047 features->allow_warped_motion = aom_rb_read_bit(rb); in read_uncompressed_header()
5049 features->allow_warped_motion = 0; in read_uncompressed_header()
/external/libgav1/libgav1/src/
Dobu_parser.cc1762 frame_header_.allow_warped_motion = static_cast<bool>(scratch); in ReadAllowWarpedMotion()