/external/igt-gpu-tools/lib/ |
D | igt_color_encoding.c | 90 static struct igt_mat4 ycbcr_input_convert_matrix(enum igt_color_range color_range, float scale, in ycbcr_input_convert_matrix() argument 97 if (color_range == IGT_COLOR_YCBCR_FULL_RANGE) { in ycbcr_input_convert_matrix() 110 static struct igt_mat4 ycbcr_output_convert_matrix(enum igt_color_range color_range, float scale, in ycbcr_output_convert_matrix() argument 117 if (color_range == IGT_COLOR_YCBCR_FULL_RANGE) { in ycbcr_output_convert_matrix() 179 enum igt_color_range color_range) in igt_ycbcr_to_rgb_matrix() argument 189 …r = ycbcr_input_convert_matrix(color_range, scale, fycbcr->ofs_y, fycbcr->max_y, fycbcr->ofs_cbcr,… in igt_ycbcr_to_rgb_matrix() 198 enum igt_color_range color_range) in igt_rgb_to_ycbcr_matrix() argument 209 …r = ycbcr_output_convert_matrix(color_range, scale, fycbcr->ofs_y, fycbcr->max_y, fycbcr->ofs_cbcr… in igt_rgb_to_ycbcr_matrix()
|
D | igt_color_encoding.h | 51 enum igt_color_range color_range); 55 enum igt_color_range color_range);
|
D | igt_fb.h | 89 enum igt_color_range color_range; member 129 enum igt_color_range color_range); 134 enum igt_color_range color_range,
|
D | igt_fb.c | 588 enum igt_color_range color_range) in igt_init_fb() argument 603 fb->color_range = color_range; in igt_init_fb() 798 bool full_range = fb->color_range == IGT_COLOR_YCBCR_FULL_RANGE; in clear_yuv_buffer() 1539 enum igt_color_range color_range, in igt_create_fb_with_bo_size() argument 1546 color_encoding, color_range); in igt_create_fb_with_bo_size() 2091 fb->color_encoding, fb->color_range); in setup_linear_mapping() 2522 cvt->src.fb->color_range); in convert_yuv_to_rgb24() 2585 cvt->dst.fb->color_range); in convert_rgb24_to_yuv() 2686 cvt->src.fb->color_range); in convert_yuv16_to_float() 2762 cvt->dst.fb->color_range); in convert_float_to_yuv16() [all …]
|
D | igt_kms.h | 328 } color_range; member
|
/external/libvpx/libvpx/test/ |
D | vp9_encoder_parms_get_to_decoder.cc | 43 vpx_color_range_t color_range; member 81 encoder->Control(VP9E_SET_COLOR_RANGE, encode_parms.color_range); in PreEncodeFrameHook() 121 EXPECT_EQ(encode_parms.color_range, common->color_range); in HandleDecodeResult()
|
/external/webrtc/modules/video_coding/utility/ |
D | vp9_uncompressed_header_parser.cc | 72 uint32_t color_range; in Vp9ReadColorConfig() local 73 RETURN_FALSE_IF_ERROR(br->ReadBits(&color_range, 1)); in Vp9ReadColorConfig() 74 frame_info->color_range = in Vp9ReadColorConfig() 75 color_range ? ColorRange::kFull : ColorRange::kStudio; in Vp9ReadColorConfig() 102 frame_info->color_range = ColorRange::kFull; in Vp9ReadColorConfig()
|
D | vp9_uncompressed_header_parser.h | 72 ColorRange color_range; member
|
/external/libaom/libaom/test/ |
D | av1_encoder_parms_get_to_decoder.cc | 45 aom_color_range_t color_range; member 106 encoder->Control(AV1E_SET_COLOR_RANGE, encode_parms.color_range); in PreEncodeFrameHook() 126 EXPECT_EQ(encode_parms.color_range, img.range); in DecompressedFrameHook()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 44 img->range = yv12->color_range; in yuvconfig2image() 110 yv12->color_range = img->range; in image2yuvconfig()
|
D | av1_cx_iface.c | 84 int color_range; member 511 RANGE_CHECK(extra_cfg, color_range, 0, 1); in validate_config() 867 oxcf->color_range = extra_cfg->color_range; in set_encoder_config() 2585 extra_cfg.color_range = CAST(AV1E_SET_COLOR_RANGE, args); in ctrl_set_color_range()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.c | 37 img->range = yv12->color_range; in yuvconfig2image() 101 yv12->color_range = img->range; in image2yuvconfig()
|
D | vp9_cx_iface.c | 58 vpx_color_range_t color_range; member 362 RANGE_CHECK(extra_cfg, color_range, VPX_CR_STUDIO_RANGE, VPX_CR_FULL_RANGE); in validate_config() 583 oxcf->color_range = extra_cfg->color_range; in set_encoder_config() 1692 extra_cfg.color_range = CAST(VP9E_SET_COLOR_RANGE, args); in ctrl_set_color_range() 2062 DUMP_STRUCT_VALUE(oxcf, color_range); in vp9_dump_encoder_config()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 59 vpx_color_range_t color_range; member
|
/external/libaom/libaom/aom_scale/ |
D | yv12config.h | 102 aom_color_range_t color_range; member
|
/external/igt-gpu-tools/tests/ |
D | kms_prime.c | 104 enum igt_color_range color_range = IGT_COLOR_YCBCR_LIMITED_RANGE; in prepare_fb() local 108 color_encoding, color_range); in prepare_fb()
|
D | kms_plane.c | 438 enum igt_color_range color_range, in test_format_plane_color() argument 448 color_range, fb, 0, 0); in test_format_plane_color() 461 color_range, fb, 0, 0); in test_format_plane_color()
|
/external/libaom/libaom/common/ |
D | av1_config.c | 186 AV1C_READ_BIT_OR_RETURN_ERROR(color_range); in parse_color_config() 195 AV1C_READ_BIT_OR_RETURN_ERROR(color_range); in parse_color_config()
|
/external/webrtc/modules/video_coding/codecs/h264/ |
D | h264_color_space.cc | 162 switch (codec->color_range) { in ExtractH264ColorSpace()
|
/external/libgav1/libgav1/src/gav1/ |
D | decoder_buffer.h | 127 Libgav1ColorRange color_range; member
|
/external/libgav1/libgav1/src/ |
D | obu_parser.h | 100 ColorRange color_range; member
|
D | obu_parser.cc | 176 color_config->color_range = static_cast<ColorRange>(scratch); in ParseColorConfig() 188 color_config->color_range = kColorRangeFull; in ParseColorConfig() 203 color_config->color_range = static_cast<ColorRange>(scratch); in ParseColorConfig()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1541 pool->frame_bufs[cm->new_fb_idx].buf.color_range = cm->color_range; in setup_frame_size() 1625 pool->frame_bufs[cm->new_fb_idx].buf.color_range = cm->color_range; in setup_frame_size_with_refs() 2588 cm->color_range = (vpx_color_range_t)vpx_rb_read_bit(rb); in read_bitdepth_colorspace_sampling() 2602 cm->color_range = VPX_CR_FULL_RANGE; in read_bitdepth_colorspace_sampling() 2718 cm->color_range = VPX_CR_STUDIO_RANGE; in read_uncompressed_header() 2767 get_frame_new_buffer(cm)->color_range = cm->color_range; in read_uncompressed_header()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 93 vpx_color_range_t color_range; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 278 vpx_color_range_t color_range; member
|