Home
last modified time | relevance | path

Searched refs:refresh_entropy_probs (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/libva/va/
Dva_enc_vp8.h188 unsigned int refresh_entropy_probs : 1; member
Dva_trace.c2014 …ace_ctx, "\tpic_flags.bits.refresh_entropy_probs = %d\n", p->pic_flags.bits.refresh_entropy_probs); in va_TraceVAEncPictureParameterBufferVP8()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyxc_int.h147 int refresh_entropy_probs; /* Two state 0 = NO, 1 = YES */ member
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderVP8.cpp44 mVideoConfigVP8.refresh_entropy_probs = 0; in VideoEncoderVP8()
123 vp8PicParam.pic_flags.bits.refresh_entropy_probs = 0; in renderPictureParams()
DVideoEncoderDef.h684 uint32_t refresh_entropy_probs; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c1262 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c1519 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()
Donyx_if.c1573 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()
/hardware/intel/img/psb_video/src/
Dvsp_vp8.c445 flags.bits.upd_entropy = va_pic->pic_flags.bits.refresh_entropy_probs; in vsp_vp8_process_picture_param()