Home
last modified time | relevance | path

Searched refs:allow_comp_inter_inter (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_onyxc_int.h171 int allow_comp_inter_inter; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c3210 cm->allow_comp_inter_inter = 0; in vp9_encode_frame()
3212 cm->allow_comp_inter_inter = 1; in vp9_encode_frame()
3236 if (frame_type == 3 || !cm->allow_comp_inter_inter) in vp9_encode_frame()
Dvp9_bitstream.c1144 if (cm->allow_comp_inter_inter) {