Searched refs:refresh_entropy_probs (Results 1 – 4 of 4) sorted by relevance
164 int refresh_entropy_probs; /* Two state 0 = NO, 1 = YES */ member
792 pc->refresh_entropy_probs = vp8_read_bit(bc); in vp8_decode_frame()793 if (pc->refresh_entropy_probs == 0) in vp8_decode_frame()904 if (pc->refresh_entropy_probs == 0) in vp8_decode_frame()
1626 cm->refresh_entropy_probs = 1; in vp8_init_config()1912 cm->refresh_entropy_probs = 1; in vp8_change_config()2829 cm->refresh_entropy_probs = update; in vp8_update_entropy()4235 cm->refresh_entropy_probs = 0; in encode_frame_to_data_rate()5097 if (cm->refresh_entropy_probs == 0) in vp8_get_compressed_data()5107 cm->refresh_entropy_probs = 1; in vp8_get_compressed_data()
1590 vp8_write_bit(bc, pc->refresh_entropy_probs); in vp8_pack_bitstream()