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
1151 pc->refresh_entropy_probs = vp8_read_bit(bc); in vp8_decode_frame()1156 if (pbi->ec_active && xd->corrupted) pc->refresh_entropy_probs = 0; in vp8_decode_frame()1158 if (pc->refresh_entropy_probs == 0) { in vp8_decode_frame()1255 if (pc->refresh_entropy_probs == 0) { in vp8_decode_frame()
1230 pc->refresh_entropy_probs = 1; in vp8_pack_bitstream()1232 pc->refresh_entropy_probs = 0; in vp8_pack_bitstream()1237 vp8_write_bit(bc, pc->refresh_entropy_probs); in vp8_pack_bitstream()1246 if (pc->refresh_entropy_probs == 0) { in vp8_pack_bitstream()
1340 cm->refresh_entropy_probs = 1; in init_config()2466 cm->refresh_entropy_probs = update; in vp8_update_entropy()3930 if (cpi->oxcf.error_resilient_mode) cm->refresh_entropy_probs = 0; in encode_frame_to_data_rate()3933 if (cm->frame_type == KEY_FRAME) cm->refresh_entropy_probs = 1; in encode_frame_to_data_rate()3936 if (cm->refresh_entropy_probs == 0) { in encode_frame_to_data_rate()4426 cm->refresh_entropy_probs = 0; in encode_frame_to_data_rate()4816 cm->refresh_entropy_probs || xd->mode_ref_lf_delta_update || in frame_is_reference()5107 if (cm->refresh_entropy_probs == 0) { in vp8_get_compressed_data()5124 cm->refresh_entropy_probs = 1; in vp8_get_compressed_data()