Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vpx/
Dvpx_image.h42 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/
Dvpx_image.c41 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/
Dvp9_arf_freq_test.cc49 { "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,
Dencode_api_test.cc35 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()
Dy4m_test.cc37 { "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()
Di420_video_source.h27 : YUVVideoSource(file_name, VPX_IMG_FMT_I420, width, height, in I420VideoSource()
Dresize_test.cc651 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()
Dvp9_motion_vector_test.cc88 "niklas_640_480_30.yuv", VPX_IMG_FMT_I420, 3840, 2160, // 2048, 1080, in TEST_P()
Dyuv_video_source.h87 case VPX_IMG_FMT_I420: raw_size_ = width * height * 3 / 2; break; in SetSize()
Dvideo_source.h137 format_(VPX_IMG_FMT_I420) { in DummyVideoSource()
Ddecode_api_test.cc106 vpx_img_alloc(&ref_copy.img, VPX_IMG_FMT_I420, width, height, 1) != NULL); in TestVp9Controls()
Dvp9_end_to_end_test.cc46 { "park_joy_90p_8_420.y4m", 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0 },
/external/libvpx/libvpx/
Dtools_common.c319 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()
Dvpxdec.c167 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()
Dvpxenc.c1404 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/
Dvp9_lossless_encoder.c91 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dvp8cx_set_ref.c135 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dsimple_encoder.c194 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dset_maps.c187 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dtwopass_encoder.c223 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, w, h, 1)) in main()
Dvpx_temporal_svc_encoder.c669 &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()
Dvp9_spatial_svc_encoder.c781 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()
Dvp9cx_set_ref.c352 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dvp8_multi_resolution_encoder.c470 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()

12