Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_firstpass.h96 USE_BUF_FRAME = 6, // Use show existing frame, no ref buffer update enumerator
Dvp9_firstpass.c2220 gf_group->update_type[*index_counter] = USE_BUF_FRAME; in find_arf_order()
2395 case USE_BUF_FRAME: gf_group->bit_allocation[idx] = 0; break; in allocate_gf_group_bits()
Dvp9_ratectrl.c1647 case USE_BUF_FRAME: in vp9_configure_buffer_updates()
Dvp9_encoder.c6306 case USE_BUF_FRAME:
7576 if (gf_picture[frame_idx].update_type == USE_BUF_FRAME) continue;