Home
last modified time | relevance | path

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

/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/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/libvpx/libvpx/vp9/
Dvp9_iface_common.h40 img->range = yv12->color_range; in yuvconfig2image()
104 yv12->color_range = img->range; in image2yuvconfig()
Dvp9_cx_iface.c52 vpx_color_range_t color_range; member
341 RANGE_CHECK(extra_cfg, color_range, VPX_CR_STUDIO_RANGE, VPX_CR_FULL_RANGE); in validate_config()
536 oxcf->color_range = extra_cfg->color_range; in set_encoder_config()
1616 extra_cfg.color_range = CAST(VP9E_SET_COLOR_RANGE, args); in ctrl_set_color_range()
/external/libaom/libaom/av1/
Dav1_iface_common.h42 img->range = yv12->color_range; in yuvconfig2image()
105 yv12->color_range = img->range; in image2yuvconfig()
Dav1_cx_iface.c82 int color_range; member
440 RANGE_CHECK(extra_cfg, color_range, 0, 1); in validate_config()
719 oxcf->color_range = extra_cfg->color_range; in set_encoder_config()
2102 extra_cfg.color_range = CAST(AV1E_SET_COLOR_RANGE, args); in ctrl_set_color_range()
/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/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/v4l2_codec2/vda/
Dvp9_uncompressed_header_parser.cc657 fhdr->color_range = reader_.ReadBool(); in ReadColorConfig()
674 fhdr->color_range = true; in ReadColorConfig()
Dvp9_parser.h211 bool color_range; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1532 pool->frame_bufs[cm->new_fb_idx].buf.color_range = cm->color_range; in setup_frame_size()
1616 pool->frame_bufs[cm->new_fb_idx].buf.color_range = cm->color_range; in setup_frame_size_with_refs()
2134 cm->color_range = (vpx_color_range_t)vpx_rb_read_bit(rb); in read_bitdepth_colorspace_sampling()
2148 cm->color_range = VPX_CR_FULL_RANGE; in read_bitdepth_colorspace_sampling()
2264 cm->color_range = VPX_CR_STUDIO_RANGE; in read_uncompressed_header()
2313 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/libaom/libaom/av1/common/
Dresize.c1347 dst->color_range = src->color_range; in copy_buffer_config()
Donyxc_int.h278 int color_range; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h271 vpx_color_range_t color_range; member
Dvp9_encoder.c1436 cm->color_range = oxcf->color_range; in init_config()
1902 cm->color_range = oxcf->color_range; in vp9_change_config()
4825 cm->frame_to_show->color_range = cm->color_range;
Dvp9_bitstream.c1183 vpx_wb_write_bit(wb, cm->color_range); in write_bitdepth_colorspace_sampling()
/external/libaom/libaom/av1/encoder/
Dencoder.c504 if (cm->seq_params.color_range == AOM_CR_FULL_RANGE) { in update_film_grain_parameters()
1111 cm->seq_params.color_range = oxcf->color_range; in init_config()
2393 seq_params->color_range = oxcf->color_range; in av1_change_config()
5024 cm->cur_frame->buf.color_range = seq_params->color_range; in encode_frame_to_data_rate()
Dencoder.h325 int color_range; member
Dbitstream.c2351 aom_wb_write_bit(wb, seq_params->color_range); in write_color_config()
2363 aom_wb_write_bit(wb, seq_params->color_range); in write_color_config()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2395 cm->cur_frame->buf.color_range = seq_params->color_range; in setup_buffer_pool()
4421 seq_params->color_range = aom_rb_read_bit(rb); in av1_read_color_config()
4431 seq_params->color_range = 1; // assume full color-range in av1_read_color_config()
4441 seq_params->color_range = aom_rb_read_bit(rb); in av1_read_color_config()
5314 cm->cur_frame->buf.color_range = seq_params->color_range; in read_uncompressed_header()
/external/libvpx/libvpx/
DCHANGELOG88 This release is ABI incompatible with 1.5.0 due to a new 'color_range' enum
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp26972 …const VkImageSubresourceRange color_range = vk_testing::Image::subresource_range(image_create_info… in TEST_F() local
26991 …ommandBuffer->handle(), ds_image.handle(), VK_IMAGE_LAYOUT_GENERAL, &clear_color, 1, &color_range); in TEST_F()
26999 &color_range); in TEST_F()