Home
last modified time | relevance | path

Searched refs:VPX_IMG_FMT_I420 (Results 1 – 25 of 28) sorted by relevance

12

/external/libvpx/libvpx/vpx/
Dvpx_image.h56 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/
Dvpx_image.c66 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/
Dresize_test.cc419 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()
Di420_video_source.h28 : YUVVideoSource(file_name, VPX_IMG_FMT_I420, in I420VideoSource()
Dvp9_arf_freq_test.cc48 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0},
50 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0},
Dy4m_test.cc37 {"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()
Dyuv_video_source.h96 case VPX_IMG_FMT_I420: in SetSize()
Dvp9_end_to_end_test.cc47 {"park_joy_90p_8_420.y4m", 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0},
Dvideo_source.h145 format_(VPX_IMG_FMT_I420) { in DummyVideoSource()
Ddecode_api_test.cc115 vpx_img_alloc(&ref_copy.img, VPX_IMG_FMT_I420, width, height, 1) != NULL); in TestVp9Controls()
/external/libvpx/libvpx/
Dtools_common.c343 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()
Dvpxdec.c159 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()
Dvpxenc.c1372 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/
Dvp9_lossless_encoder.c96 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dvp8cx_set_ref.c140 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dsimple_encoder.c202 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dtwopass_encoder.c231 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, w, h, 1)) in main()
Dset_maps.c197 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dvpx_temporal_svc_encoder.c559 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()
Dvp9_spatial_svc_encoder.c636 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()
Dvp8_multi_resolution_encoder.c515 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/
Dvp9_iface_common.h35 img->fmt = VPX_IMG_FMT_I420; in yuvconfig2image()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c268 case VPX_IMG_FMT_I420: in validate_img()
1147 ctx->preview_img.fmt = VPX_IMG_FMT_I420; in vp8e_get_preview()
Dvp8_dx_iface.c246 img->fmt = VPX_IMG_FMT_I420; in yuvconfig2image()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc548 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()

12