Home
last modified time | relevance | path

Searched refs:coding_use_prev_mi (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_onyxc_int.h194 unsigned int coding_use_prev_mi; member
Dvp9_mvref_common.c198 const MODE_INFO *prev_mi = cm->coding_use_prev_mi && cm->prev_mi in find_mv_refs_idx()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c1122 cm->coding_use_prev_mi = 1; in read_uncompressed_header()
1126 cm->coding_use_prev_mi = 0; in read_uncompressed_header()
1294 if (cm->coding_use_prev_mi) in vp9_decode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c2630 cm->coding_use_prev_mi = 1;
2632 cm->coding_use_prev_mi = 0;