/external/libvpx/libvpx/vpx/ |
D | vpx_image.h | 55 VPX_IMG_FMT_I420 = VPX_IMG_FMT_PLANAR | 2, enumerator 63 VPX_IMG_FMT_I42016 = VPX_IMG_FMT_I420 | VPX_IMG_FMT_HIGHBITDEPTH,
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 54 case VPX_IMG_FMT_I420: in img_alloc_helper() 70 case VPX_IMG_FMT_I420: in img_alloc_helper() 81 case VPX_IMG_FMT_I420: in img_alloc_helper()
|
/external/libvpx/libvpx/test/ |
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 | vp9_arf_freq_test.cc | 47 { "hantro_collage_w352h288.yuv", 352, 288, 5000, 1, 8, VPX_IMG_FMT_I420, 49 { "hantro_collage_w352h288.yuv", 352, 288, 30, 1, 8, VPX_IMG_FMT_I420,
|
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 | 611 if (frame < 10) return VPX_IMG_FMT_I420; in CspForFrameNumber() 613 return VPX_IMG_FMT_I420; in CspForFrameNumber() 646 if (CspForFrameNumber(video->frame()) != VPX_IMG_FMT_I420 && in PreEncodeFrameHook() 651 if (CspForFrameNumber(video->frame()) == VPX_IMG_FMT_I420 && in PreEncodeFrameHook()
|
D | vp9_motion_vector_test.cc | 86 "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 | vp9_end_to_end_test.cc | 43 { "park_joy_90p_8_420.y4m", 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0 },
|
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()
|
/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 | 146 assert(src->fmt == VPX_IMG_FMT_I420); in libyuv_scale() 147 assert(dst->fmt == VPX_IMG_FMT_I420); in libyuv_scale() 972 if (img->fmt != VPX_IMG_FMT_I420 && in main_loop() 979 if ((img->fmt != VPX_IMG_FMT_I420 && in main_loop()
|
D | vpxenc.c | 1396 case VPX_IMG_FMT_I420: return "I420"; in image_format_to_string() 1640 if (img->fmt != VPX_IMG_FMT_I420 && img->fmt != VPX_IMG_FMT_YV12) { in encode_frame() 1647 vpx_img_alloc(NULL, VPX_IMG_FMT_I420, cfg->g_w, cfg->g_h, 16); in encode_frame() 1818 vpx_img_alloc(&ref_enc.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode() 1820 vpx_img_alloc(&ref_dec.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode() 1938 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 | 641 &raw, bit_depth == VPX_BITS_8 ? VPX_IMG_FMT_I420 : VPX_IMG_FMT_I42016, in main() 646 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, width, height, 32)) { in main()
|
D | vp9_spatial_svc_encoder.c | 644 enc_cfg.g_input_bit_depth == 8 ? VPX_IMG_FMT_I420 in main() 650 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()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 35 img->fmt = VPX_IMG_FMT_I420; in yuvconfig2image()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 261 case VPX_IMG_FMT_I420: in validate_img() 1056 ctx->preview_img.fmt = VPX_IMG_FMT_I420; in vp8e_get_preview()
|