/external/libvpx/libvpx/vpx/ |
D | vpx_image.h | 56 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 | 66 case VPX_IMG_FMT_I420: in img_alloc_helper() 96 case VPX_IMG_FMT_I420: in img_alloc_helper() 111 case VPX_IMG_FMT_I420: in img_alloc_helper()
|
/external/libvpx/libvpx/test/ |
D | resize_test.cc | 419 return VPX_IMG_FMT_I420; in CspForFrameNumber() 422 return VPX_IMG_FMT_I420; in CspForFrameNumber() 458 if (CspForFrameNumber(video->frame()) != VPX_IMG_FMT_I420 && in PreEncodeFrameHook() 463 if (CspForFrameNumber(video->frame()) == VPX_IMG_FMT_I420 && in PreEncodeFrameHook()
|
D | i420_video_source.h | 28 : YUVVideoSource(file_name, VPX_IMG_FMT_I420, in I420VideoSource()
|
D | vp9_arf_freq_test.cc | 48 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0}, 50 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0},
|
D | y4m_test.cc | 37 {"park_joy_90p_8_420.y4m", 8, VPX_IMG_FMT_I420, 101 if (fmt == VPX_IMG_FMT_I420 || fmt == VPX_IMG_FMT_I42016) { in HeaderChecks()
|
D | yuv_video_source.h | 96 case VPX_IMG_FMT_I420: in SetSize()
|
D | vp9_end_to_end_test.cc | 47 {"park_joy_90p_8_420.y4m", 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0},
|
D | video_source.h | 145 format_(VPX_IMG_FMT_I420) { in DummyVideoSource()
|
D | decode_api_test.cc | 115 vpx_img_alloc(&ref_copy.img, VPX_IMG_FMT_I420, width, height, 1) != NULL); in TestVp9Controls()
|
/external/libvpx/libvpx/ |
D | tools_common.c | 343 case VPX_IMG_FMT_I420: in lowbd_img_upshift() 389 case VPX_IMG_FMT_I420: in vpx_img_truncate_16_to_8() 466 case VPX_IMG_FMT_I420: in lowbd_img_downshift()
|
D | vpxdec.c | 159 assert(src->fmt == VPX_IMG_FMT_I420); in libyuv_scale() 160 assert(dst->fmt == VPX_IMG_FMT_I420); in libyuv_scale() 1053 if (img->fmt != VPX_IMG_FMT_I420 && in main_loop() 1060 if ((img->fmt != VPX_IMG_FMT_I420 && in main_loop()
|
D | vpxenc.c | 1372 case VPX_IMG_FMT_I420: return "I420"; in image_format_to_string() 1635 if (img->fmt != VPX_IMG_FMT_I420 && img->fmt != VPX_IMG_FMT_YV12) { in encode_frame() 1641 stream->img = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, in encode_frame() 1827 vpx_img_alloc(&ref_enc.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode() 1829 vpx_img_alloc(&ref_dec.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode() 1953 input.fmt = VPX_IMG_FMT_I420; in main()
|
/external/libvpx/libvpx/examples/ |
D | vp9_lossless_encoder.c | 96 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | vp8cx_set_ref.c | 140 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | simple_encoder.c | 202 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | twopass_encoder.c | 231 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, w, h, 1)) in main()
|
D | set_maps.c | 197 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | vpx_temporal_svc_encoder.c | 559 bit_depth == VPX_BITS_8 ? VPX_IMG_FMT_I420 : in main() 565 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, width, height, 32)) { in main()
|
D | vp9_spatial_svc_encoder.c | 636 VPX_IMG_FMT_I420 : VPX_IMG_FMT_I42016, in main() 641 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, enc_cfg.g_w, enc_cfg.g_h, 32)) { in main()
|
D | vp8_multi_resolution_encoder.c | 515 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()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 268 case VPX_IMG_FMT_I420: in validate_img() 1147 ctx->preview_img.fmt = VPX_IMG_FMT_I420; in vp8e_get_preview()
|
D | vp8_dx_iface.c | 246 img->fmt = VPX_IMG_FMT_I420; in yuvconfig2image()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 548 vpx_img_wrap(&raw_images_[0], VPX_IMG_FMT_I420, inst->width, inst->height, 1, in InitEncode() 581 vpx_img_alloc(&raw_images_[i], VPX_IMG_FMT_I420, in InitEncode()
|