Searched refs:VPX_CR_STUDIO_RANGE (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_encoder_parms_get_to_decoder.cc | 50 { 0, 0, 0, 1, 0, VPX_CR_STUDIO_RANGE, VPX_CS_BT_601, { 0, 0 } }, 53 { 0, 2, 0, 0, 1, VPX_CR_STUDIO_RANGE, VPX_CS_UNKNOWN, { 640, 480 } },
|
/external/libvpx/libvpx/vpx/ |
D | vpx_image.h | 66 VPX_CR_STUDIO_RANGE = 0, /**< Y [16..235], UV [16..240] */ enumerator
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 341 RANGE_CHECK(extra_cfg, color_range, VPX_CR_STUDIO_RANGE, VPX_CR_FULL_RANGE); in validate_config()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 2264 cm->color_range = VPX_CR_STUDIO_RANGE; in read_uncompressed_header()
|