Home
last modified time | relevance | path

Searched refs:color_range (Results 1 – 25 of 39) sorted by relevance

12

/external/igt-gpu-tools/lib/
Digt_color_encoding.c90 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()
Digt_color_encoding.h51 enum igt_color_range color_range);
55 enum igt_color_range color_range);
Digt_fb.h89 enum igt_color_range color_range; member
129 enum igt_color_range color_range);
134 enum igt_color_range color_range,
Digt_fb.c588 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 …]
Digt_kms.h328 } color_range; member
/external/libvpx/libvpx/test/
Dvp9_encoder_parms_get_to_decoder.cc43 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/
Dvp9_uncompressed_header_parser.cc72 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()
Dvp9_uncompressed_header_parser.h72 ColorRange color_range; member
/external/libaom/libaom/test/
Dav1_encoder_parms_get_to_decoder.cc45 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/
Dav1_iface_common.h44 img->range = yv12->color_range; in yuvconfig2image()
110 yv12->color_range = img->range; in image2yuvconfig()
Dav1_cx_iface.c84 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/
Dvp9_iface_common.c37 img->range = yv12->color_range; in yuvconfig2image()
101 yv12->color_range = img->range; in image2yuvconfig()
Dvp9_cx_iface.c58 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/
Dyv12config.h59 vpx_color_range_t color_range; member
/external/libaom/libaom/aom_scale/
Dyv12config.h102 aom_color_range_t color_range; member
/external/igt-gpu-tools/tests/
Dkms_prime.c104 enum igt_color_range color_range = IGT_COLOR_YCBCR_LIMITED_RANGE; in prepare_fb() local
108 color_encoding, color_range); in prepare_fb()
Dkms_plane.c438 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/
Dav1_config.c186 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/
Dh264_color_space.cc162 switch (codec->color_range) { in ExtractH264ColorSpace()
/external/libgav1/libgav1/src/gav1/
Ddecoder_buffer.h127 Libgav1ColorRange color_range; member
/external/libgav1/libgav1/src/
Dobu_parser.h100 ColorRange color_range; member
Dobu_parser.cc176 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/
Dvp9_decodeframe.c1541 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/
Dvp9_onyxc_int.h93 vpx_color_range_t color_range; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h278 vpx_color_range_t color_range; member

12