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
802 pc->refresh_entropy_probs = vp8_read_bit(bc); in vp8_decode_frame()803 if (pc->refresh_entropy_probs == 0) in vp8_decode_frame()926 if (pc->refresh_entropy_probs == 0) in vp8_decode_frame()
1629 cm->refresh_entropy_probs = 1; in vp8_change_config()2563 cm->refresh_entropy_probs = update; in vp8_update_entropy()4250 cm->refresh_entropy_probs = 0; in encode_frame_to_data_rate()5073 if (cm->refresh_entropy_probs == 0) in vp8_get_compressed_data()5083 cm->refresh_entropy_probs = 1; in vp8_get_compressed_data()
1588 vp8_write_bit(bc, pc->refresh_entropy_probs); in vp8_pack_bitstream()