Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_onyxc_int.h114 int intra_only; member
287 !cm->intra_only && in set_prev_mi()
296 return cm->frame_type == KEY_FRAME || cm->intra_only; in frame_is_intra_only()
/hardware/intel/common/libva/va/
Dva_dec_vp9.h98 uint32_t intra_only : 1; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c143 if (cm->error_resilient_mode || cm->intra_only) in setup_inter_frame()
2253 if (!cm->intra_only && !cm->error_resilient_mode && !cpi->use_svc)
2311 if (!cm->intra_only && !cm->error_resilient_mode && !cpi->use_svc)
2636 } else if (cm->intra_only) {
3079 cm->intra_only = 0;
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/
Dvp9_decodeframe.c1083 cm->intra_only = cm->show_frame ? 0 : vp9_rb_read_bit(rb); in read_uncompressed_header()
1088 if (cm->intra_only) { in read_uncompressed_header()