Searched refs:intra_only (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libva/va/
H A Dva_dec_vp9.h98 uint32_t intra_only : 1; member in struct:_VADecPictureParameterBufferVP9::__anon879::__anon880
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_onyxc_int.h114 int intra_only; member in struct:VP9Common
287 !cm->intra_only &&
296 return cm->frame_type == KEY_FRAME || cm->intra_only;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c143 if (cm->error_resilient_mode || cm->intra_only)
2247 // frames where the error_resilient_mode or intra_only flag is set. For
2253 if (!cm->intra_only && !cm->error_resilient_mode && !cpi->use_svc)
2305 // frames where the error_resilient_mode or intra_only flag is set. For
2311 if (!cm->intra_only && !cm->error_resilient_mode && !cpi->use_svc)
2636 } else if (cm->intra_only) {
3079 cm->intra_only = 0;
H A Dvp9_bitstream.c1070 vp9_wb_write_bit(wb, cm->intra_only);
1075 if (cm->intra_only) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1083 cm->intra_only = cm->show_frame ? 0 : vp9_rb_read_bit(rb);
1088 if (cm->intra_only) {

Completed in 34 milliseconds