Home
last modified time | relevance | path

Searched refs:AOM_IMG_FMT_I420 (Results 1 – 25 of 34) sorted by relevance

12

/external/libaom/libaom/test/
Dy4m_test.cc38 { "park_joy_90p_8_420.y4m", 8, AOM_IMG_FMT_I420,
40 { "park_joy_90p_8_420_monochrome.y4m", 8, AOM_IMG_FMT_I420,
42 { "park_joy_90p_8_420_vertical_csp.y4m", 8, AOM_IMG_FMT_I420,
88 if (fmt == AOM_IMG_FMT_I420 || fmt == AOM_IMG_FMT_I42016) { in HeaderChecks()
Dhorz_superres_test.cc44 { "park_joy_90p_8_420.y4m", AOM_IMG_FMT_I420, AOM_BITS_8, 0, 5, 0, 26.0 },
46 { "screendata.y4m", AOM_IMG_FMT_I420, AOM_BITS_8, 0, 4, 1, 20.0 },
48 { "niklas_1280_720_30.y4m", AOM_IMG_FMT_I420, AOM_BITS_8, 0, 1, 0, 32.0 },
Dcoding_path_sync.cc56 AOM_IMG_FMT_I420, in CompressedSource()
67 if (format_ == AOM_IMG_FMT_I420) in CompressedSource()
Darf_freq_test.cc50 { "hantro_collage_w352h288.yuv", 352, 288, 5000, 1, 8, AOM_IMG_FMT_I420,
52 { "hantro_collage_w352h288.yuv", 352, 288, 30, 1, 8, AOM_IMG_FMT_I420,
Di420_video_source.h28 : YUVVideoSource(file_name, AOM_IMG_FMT_I420, width, height, in I420VideoSource()
Dmotion_vector_test.cc97 "niklas_640_480_30.yuv", AOM_IMG_FMT_I420, width, height, 30, 1, 0, 3)); in TEST_P()
Dencode_api_test.cc33 EXPECT_EQ(&img, aom_img_wrap(&img, AOM_IMG_FMT_I420, 1, 1, 1, buf)); in TEST()
Drt_end_to_end_test.cc48 { "park_joy_90p_8_420.y4m", 8, AOM_IMG_FMT_I420, AOM_BITS_8, 0 },
Dyuv_video_source.h87 case AOM_IMG_FMT_I420: raw_size_ = width * height * 3 / 2; break; in SetSize()
Dend_to_end_test.cc64 { "park_joy_90p_8_420.y4m", 8, AOM_IMG_FMT_I420, AOM_BITS_8, 0 },
Dvideo_source.h139 format_(AOM_IMG_FMT_I420) { in DummyVideoSource()
Dav1_ext_tile_test.cc55 aom_img_alloc(&tile_img_, AOM_IMG_FMT_I420, kImgWidth, kImgHeight, 32); in AV1ExtTileTest()
/external/libaom/libaom/aom/
Daom_image.h45 AOM_IMG_FMT_I420 = AOM_IMG_FMT_PLANAR | 2, enumerator
51 AOM_IMG_FMT_I42016 = AOM_IMG_FMT_I420 | AOM_IMG_FMT_HIGHBITDEPTH,
/external/libaom/libaom/aom/src/
Daom_image.c56 case AOM_IMG_FMT_I420: in img_alloc_helper()
71 case AOM_IMG_FMT_I420: in img_alloc_helper()
83 case AOM_IMG_FMT_I420: in img_alloc_helper()
/external/libaom/libaom/examples/
Dscalable_encoder.c174 if (!aom_img_alloc(&raw0, AOM_IMG_FMT_I420, info.frame_width, in main()
178 if (!aom_img_alloc(&raw1, AOM_IMG_FMT_I420, info.frame_width, in main()
Daom_cx_set_ref.c192 aom_img_fmt_t raw_fmt = AOM_IMG_FMT_I420; in main()
193 aom_img_fmt_t ref_fmt = AOM_IMG_FMT_I420; in main()
Dlightfield_encoder.c275 aom_img_fmt_t ref_fmt = AOM_IMG_FMT_I420; in pass1()
457 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, w, h, 32)) { in main()
462 aom_img_alloc(&raw_shift, AOM_IMG_FMT_I420 | AOM_IMG_FMT_HIGHBITDEPTH, w, h, in main()
Dscalable_decoder.c160 aom_img_alloc(NULL, AOM_IMG_FMT_I420, img->d_w, img->d_h, 16); in main()
Dlossless_encoder.c92 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width, in main()
Dnoise_model.c156 noise_args->img_fmt = AOM_IMG_FMT_I420; in parse_args()
288 noise_model_args_t args = { 0, 0, { 25, 1 }, 0, 0, 0, AOM_IMG_FMT_I420, in main()
Dsimple_encoder.c197 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width, in main()
Dset_maps.c154 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width, in main()
/external/libaom/libaom/common/
Dtools_common.c292 case AOM_IMG_FMT_I420: in lowbd_img_upshift()
333 case AOM_IMG_FMT_I420: in aom_img_truncate_16_to_8()
400 case AOM_IMG_FMT_I420: in lowbd_img_downshift()
/external/libaom/libaom/apps/
Daomdec.c134 assert(src->fmt == AOM_IMG_FMT_I420); in libyuv_scale()
135 assert(dst->fmt == AOM_IMG_FMT_I420); in libyuv_scale()
903 if (img->fmt != AOM_IMG_FMT_I420 && in main_loop()
911 if ((img->fmt != AOM_IMG_FMT_I420 && in main_loop()
/external/libaom/libaom/av1/
Dav1_iface_common.h34 img->fmt = AOM_IMG_FMT_I420; in yuvconfig2image()

12