Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h335 int alt_is_last; member
Donyx_if.c1898 cpi->alt_is_last = 0 ; in vp8_create_compressor()
5106 cpi->alt_is_last = 1; in encode_frame_to_data_rate()
5109 cpi->alt_is_last = 0; in encode_frame_to_data_rate()
5123 if (cpi->alt_is_last) in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c3608 const int alt_is_last = map[cpi->alt_fb_idx] == map[cpi->lst_fb_idx]; local
3620 if (alt_is_last)