Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h314 int gold_is_alt; member
Donyx_if.c1807 cpi->gold_is_alt = 0; in vp8_create_compressor()
4679 cpi->gold_is_alt = 1; in encode_frame_to_data_rate()
4682 cpi->gold_is_alt = 0; in encode_frame_to_data_rate()
4691 if (cpi->gold_is_alt) cpi->ref_frame_flags &= ~VP8_ALTR_FRAME; in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4352 const int gold_is_alt = map[cpi->gld_fb_idx] == map[cpi->alt_fb_idx]; local
4364 if (gold_is_alt) flags &= ~VP9_ALT_FLAG;