Searched refs:refresh_entropy_probs (Results 1 – 9 of 9) sorted by relevance
188 unsigned int refresh_entropy_probs : 1; member
2014 …ace_ctx, "\tpic_flags.bits.refresh_entropy_probs = %d\n", p->pic_flags.bits.refresh_entropy_probs); in va_TraceVAEncPictureParameterBufferVP8()
147 int refresh_entropy_probs; /* Two state 0 = NO, 1 = YES */ member
44 mVideoConfigVP8.refresh_entropy_probs = 0; in VideoEncoderVP8()123 vp8PicParam.pic_flags.bits.refresh_entropy_probs = 0; in renderPictureParams()
684 uint32_t refresh_entropy_probs; member
1262 pc->refresh_entropy_probs = vp8_read_bit(bc); in vp8_decode_frame()1268 pc->refresh_entropy_probs = 0; in vp8_decode_frame()1270 if (pc->refresh_entropy_probs == 0) in vp8_decode_frame()1372 if (pc->refresh_entropy_probs == 0) in vp8_decode_frame()
1519 pc->refresh_entropy_probs = 1; in vp8_pack_bitstream()1521 pc->refresh_entropy_probs = 0; in vp8_pack_bitstream()1525 vp8_write_bit(bc, pc->refresh_entropy_probs); in vp8_pack_bitstream()1544 if (pc->refresh_entropy_probs == 0) in vp8_pack_bitstream()
1573 cm->refresh_entropy_probs = 1; in vp8_change_config()2605 cm->refresh_entropy_probs = update; in vp8_update_entropy()4001 cm->refresh_entropy_probs = 0; in encode_frame_to_data_rate()4006 cm->refresh_entropy_probs = 1; in encode_frame_to_data_rate()4009 if (cm->refresh_entropy_probs == 0) in encode_frame_to_data_rate()4438 cm->refresh_entropy_probs = 0; in encode_frame_to_data_rate()4885 || cm->refresh_entropy_probs in frame_is_reference()5217 if (cm->refresh_entropy_probs == 0) in vp8_get_compressed_data()5239 cm->refresh_entropy_probs = 1; in vp8_get_compressed_data()
445 flags.bits.upd_entropy = va_pic->pic_flags.bits.refresh_entropy_probs; in vsp_vp8_process_picture_param()