Searched refs:refresh_entropy_probs (Results 1 – 4 of 4) sorted by relevance
143 int refresh_entropy_probs; /* Two state 0 = NO, 1 = YES */ member
1135 pc->refresh_entropy_probs = vp8_read_bit(bc); in vp8_decode_frame()1140 if (pbi->ec_active && xd->corrupted) pc->refresh_entropy_probs = 0; in vp8_decode_frame()1142 if (pc->refresh_entropy_probs == 0) { in vp8_decode_frame()1234 if (pc->refresh_entropy_probs == 0) { in vp8_decode_frame()
1279 pc->refresh_entropy_probs = 1; in vp8_pack_bitstream()1281 pc->refresh_entropy_probs = 0; in vp8_pack_bitstream()1286 vp8_write_bit(bc, pc->refresh_entropy_probs); in vp8_pack_bitstream()1304 if (pc->refresh_entropy_probs == 0) { in vp8_pack_bitstream()
1318 cm->refresh_entropy_probs = 1; in init_config()2472 cm->refresh_entropy_probs = update; in vp8_update_entropy()3967 if (cpi->oxcf.error_resilient_mode) cm->refresh_entropy_probs = 0; in encode_frame_to_data_rate()3970 if (cm->frame_type == KEY_FRAME) cm->refresh_entropy_probs = 1; in encode_frame_to_data_rate()3973 if (cm->refresh_entropy_probs == 0) { in encode_frame_to_data_rate()4444 cm->refresh_entropy_probs = 0; in encode_frame_to_data_rate()4838 cm->refresh_entropy_probs || xd->mode_ref_lf_delta_update || in frame_is_reference()5134 if (cm->refresh_entropy_probs == 0) { in vp8_get_compressed_data()5151 cm->refresh_entropy_probs = 1; in vp8_get_compressed_data()