Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h309 int alt_is_last; // Alt same as last ( short circuit altref search) member
Dvp9_onyx_if.c1195 cpi->alt_is_last = 0; in vp9_create_compressor()
2496 cpi->alt_is_last = 1;
2498 cpi->alt_is_last = 0;
2513 if (cpi->alt_is_last)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h338 int alt_is_last; member
Donyx_if.c1843 cpi->alt_is_last = 0 ; in vp8_create_compressor()
4712 cpi->alt_is_last = 1; in encode_frame_to_data_rate()
4715 cpi->alt_is_last = 0; in encode_frame_to_data_rate()
4729 if (cpi->alt_is_last) in encode_frame_to_data_rate()