/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/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/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 40 img->range = yv12->color_range; in yuvconfig2image() 104 yv12->color_range = img->range; in image2yuvconfig()
|
D | vp9_cx_iface.c | 52 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/ |
D | av1_iface_common.h | 42 img->range = yv12->color_range; in yuvconfig2image() 105 yv12->color_range = img->range; in image2yuvconfig()
|
D | av1_cx_iface.c | 82 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/ |
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/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/v4l2_codec2/vda/ |
D | vp9_uncompressed_header_parser.cc | 657 fhdr->color_range = reader_.ReadBool(); in ReadColorConfig() 674 fhdr->color_range = true; in ReadColorConfig()
|
D | vp9_parser.h | 211 bool color_range; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1532 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/ |
D | vp9_onyxc_int.h | 93 vpx_color_range_t color_range; member
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 1347 dst->color_range = src->color_range; in copy_buffer_config()
|
D | onyxc_int.h | 278 int color_range; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 271 vpx_color_range_t color_range; member
|
D | vp9_encoder.c | 1436 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;
|
D | vp9_bitstream.c | 1183 vpx_wb_write_bit(wb, cm->color_range); in write_bitdepth_colorspace_sampling()
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 504 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()
|
D | encoder.h | 325 int color_range; member
|
D | bitstream.c | 2351 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/ |
D | decodeframe.c | 2395 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/ |
D | CHANGELOG | 88 This release is ABI incompatible with 1.5.0 due to a new 'color_range' enum
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 26972 …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()
|