Home
last modified time | relevance | path

Searched refs:VPX_CR_FULL_RANGE (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_encoder_parms_get_to_decoder.cc49 { 0, 0, 0, 0, 0, VPX_CR_FULL_RANGE, VPX_CS_BT_709, { 0, 0 } },
50 { 0, 0, 1, 0, 0, VPX_CR_FULL_RANGE, VPX_CS_BT_2020, { 0, 0 } },
/external/libvpx/libvpx/vpx/
Dvpx_image.h84 VPX_CR_FULL_RANGE = 1 /**< YUV/RGB [0..255] */ enumerator
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c341 RANGE_CHECK(extra_cfg, color_range, VPX_CR_STUDIO_RANGE, VPX_CR_FULL_RANGE); in validate_config()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1737 cm->color_range = VPX_CR_FULL_RANGE; in read_bitdepth_colorspace_sampling()