Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h166 uint8_t intra_only; member
341 return cm->frame_type == KEY_FRAME || cm->intra_only; in frame_is_intra_only()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1105 vpx_wb_write_bit(wb, cm->intra_only); in write_uncompressed_header()
1110 if (cm->intra_only) { in write_uncompressed_header()
Dvp9_svc_layercontext.c681 cpi->common.intra_only = 1; in vp9_svc_start_frame()
Dvp9_encoder.c3755 } else if (cm->intra_only) {
4258 cm->intra_only = 0;
4284 cm->intra_only = 0;
Dvp9_encodeframe.c3747 } else if (cm->intra_only) { in source_var_based_partition_search_method()
3921 !cm->intra_only && in encode_frame_internal()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1836 cm->last_intra_only = cm->intra_only; in read_uncompressed_header()
1901 cm->intra_only = cm->show_frame ? 0 : vpx_rb_read_bit(rb); in read_uncompressed_header()
1906 if (cm->intra_only) { in read_uncompressed_header()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c413 (pbi->common.intra_only || pbi->common.frame_type == KEY_FRAME)) in check_resync()