Searched refs:refresh_entropy_probs (Results 1 – 6 of 6) sorted by relevance
164 BD_READ_BOOL_OR_RETURN(&fhdr->refresh_entropy_probs); in ParseFrameHeader()184 BD_READ_BOOL_OR_RETURN(&fhdr->refresh_entropy_probs); in ParseFrameHeader()193 if (!ParseTokenProbs(&fhdr->entropy_hdr, fhdr->refresh_entropy_probs)) in ParseFrameHeader()206 if (!ParseIntraProbs(&fhdr->entropy_hdr, fhdr->refresh_entropy_probs, in ParseFrameHeader()211 if (!ParseMVProbs(&fhdr->entropy_hdr, fhdr->refresh_entropy_probs)) in ParseFrameHeader()
127 bool refresh_entropy_probs; member
143 int refresh_entropy_probs; /* Two state 0 = NO, 1 = YES */ member
1153 pc->refresh_entropy_probs = vp8_read_bit(bc); in vp8_decode_frame()1158 if (pbi->ec_active && xd->corrupted) pc->refresh_entropy_probs = 0; in vp8_decode_frame()1160 if (pc->refresh_entropy_probs == 0) { in vp8_decode_frame()1257 if (pc->refresh_entropy_probs == 0) { in vp8_decode_frame()
1224 pc->refresh_entropy_probs = 1; in vp8_pack_bitstream()1226 pc->refresh_entropy_probs = 0; in vp8_pack_bitstream()1231 vp8_write_bit(bc, pc->refresh_entropy_probs); in vp8_pack_bitstream()1240 if (pc->refresh_entropy_probs == 0) { in vp8_pack_bitstream()
1339 cm->refresh_entropy_probs = 1; in init_config()2457 cm->refresh_entropy_probs = update; in vp8_update_entropy()3925 if (cpi->oxcf.error_resilient_mode) cm->refresh_entropy_probs = 0; in encode_frame_to_data_rate()3928 if (cm->frame_type == KEY_FRAME) cm->refresh_entropy_probs = 1; in encode_frame_to_data_rate()3931 if (cm->refresh_entropy_probs == 0) { in encode_frame_to_data_rate()4412 cm->refresh_entropy_probs = 0; in encode_frame_to_data_rate()4798 cm->refresh_entropy_probs || xd->mode_ref_lf_delta_update || in frame_is_reference()5089 if (cm->refresh_entropy_probs == 0) { in vp8_get_compressed_data()5106 cm->refresh_entropy_probs = 1; in vp8_get_compressed_data()