Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h310 int gold_is_last; member
Donyx_if.c1805 cpi->gold_is_last = 0; in vp8_create_compressor()
4664 cpi->gold_is_last = 1; in encode_frame_to_data_rate()
4667 cpi->gold_is_last = 0; in encode_frame_to_data_rate()
4687 if (cpi->gold_is_last) cpi->ref_frame_flags &= ~VP8_GOLD_FRAME; in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4350 const int gold_is_last = map[cpi->gld_fb_idx] == map[cpi->lst_fb_idx]; local
4355 if (gold_is_last) flags &= ~VP9_GOLD_FLAG;