/external/libvpx/libvpx/vpx/ |
D | vpx_image.h | 42 VPX_IMG_FMT_I420 = VPX_IMG_FMT_PLANAR | 2, enumerator 46 VPX_IMG_FMT_I42016 = VPX_IMG_FMT_I420 | VPX_IMG_FMT_HIGHBITDEPTH,
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 41 case VPX_IMG_FMT_I420: in img_alloc_helper() 55 case VPX_IMG_FMT_I420: in img_alloc_helper() 64 case VPX_IMG_FMT_I420: in img_alloc_helper()
|
/external/libvpx/libvpx/test/ |
D | vp9_arf_freq_test.cc | 49 { "hantro_collage_w352h288.yuv", 352, 288, 5000, 1, 8, VPX_IMG_FMT_I420, 51 { "hantro_collage_w352h288.yuv", 352, 288, 30, 1, 8, VPX_IMG_FMT_I420,
|
D | encode_api_test.cc | 35 EXPECT_EQ(&img, vpx_img_wrap(&img, VPX_IMG_FMT_I420, 1, 1, 1, buf)); in TEST() 97 vpx_img_wrap(&img, VPX_IMG_FMT_I420, width, height, 1, img_buf); in TEST()
|
D | y4m_test.cc | 37 { "park_joy_90p_8_420.y4m", 8, VPX_IMG_FMT_I420, 100 if (fmt == VPX_IMG_FMT_I420 || fmt == VPX_IMG_FMT_I42016) { in HeaderChecks()
|
D | i420_video_source.h | 27 : YUVVideoSource(file_name, VPX_IMG_FMT_I420, width, height, in I420VideoSource()
|
D | resize_test.cc | 651 if (frame < 10) return VPX_IMG_FMT_I420; in CspForFrameNumber() 653 return VPX_IMG_FMT_I420; in CspForFrameNumber() 686 if (CspForFrameNumber(video->frame()) != VPX_IMG_FMT_I420 && in PreEncodeFrameHook() 691 if (CspForFrameNumber(video->frame()) == VPX_IMG_FMT_I420 && in PreEncodeFrameHook()
|
D | vp9_motion_vector_test.cc | 88 "niklas_640_480_30.yuv", VPX_IMG_FMT_I420, 3840, 2160, // 2048, 1080, in TEST_P()
|
D | yuv_video_source.h | 87 case VPX_IMG_FMT_I420: raw_size_ = width * height * 3 / 2; break; in SetSize()
|
D | video_source.h | 137 format_(VPX_IMG_FMT_I420) { in DummyVideoSource()
|
D | decode_api_test.cc | 106 vpx_img_alloc(&ref_copy.img, VPX_IMG_FMT_I420, width, height, 1) != NULL); in TestVp9Controls()
|
D | vp9_end_to_end_test.cc | 46 { "park_joy_90p_8_420.y4m", 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0 },
|
/external/libvpx/libvpx/ |
D | tools_common.c | 319 case VPX_IMG_FMT_I420: in lowbd_img_upshift() 360 case VPX_IMG_FMT_I420: in vpx_img_truncate_16_to_8() 429 case VPX_IMG_FMT_I420: in lowbd_img_downshift()
|
D | vpxdec.c | 167 assert(src->fmt == VPX_IMG_FMT_I420); in libyuv_scale() 168 assert(dst->fmt == VPX_IMG_FMT_I420); in libyuv_scale() 1012 if (img->fmt != VPX_IMG_FMT_I420 && in main_loop() 1019 if ((img->fmt != VPX_IMG_FMT_I420 && in main_loop()
|
D | vpxenc.c | 1404 case VPX_IMG_FMT_I420: return "I420"; in image_format_to_string() 1648 if (img->fmt != VPX_IMG_FMT_I420 && img->fmt != VPX_IMG_FMT_YV12) { in encode_frame() 1655 vpx_img_alloc(NULL, VPX_IMG_FMT_I420, cfg->g_w, cfg->g_h, 16); in encode_frame() 1826 vpx_img_alloc(&ref_enc.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode() 1828 vpx_img_alloc(&ref_dec.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode() 1946 case I420: input.fmt = VPX_IMG_FMT_I420; break; in main()
|
/external/libvpx/libvpx/examples/ |
D | vp9_lossless_encoder.c | 91 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | vp8cx_set_ref.c | 135 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | simple_encoder.c | 194 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | set_maps.c | 187 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | twopass_encoder.c | 223 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, w, h, 1)) in main()
|
D | vpx_temporal_svc_encoder.c | 669 &raw, bit_depth == VPX_BITS_8 ? VPX_IMG_FMT_I420 : VPX_IMG_FMT_I42016, in main() 674 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, width, height, 32)) { in main()
|
D | vp9_spatial_svc_encoder.c | 781 enc_cfg.g_input_bit_depth == 8 ? VPX_IMG_FMT_I420 in main() 787 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, enc_cfg.g_w, enc_cfg.g_h, 32)) { in main()
|
D | vp9cx_set_ref.c | 352 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | vp8_multi_resolution_encoder.c | 470 if (!vpx_img_alloc(&raw[i], VPX_IMG_FMT_I420, cfg[i].g_w, cfg[i].g_h, 32)) in main()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 35 img->fmt = VPX_IMG_FMT_I420; in yuvconfig2image()
|