Home
last modified time | relevance | path

Searched refs:AOM_IMG_FMT_I420 (Results 1 – 25 of 38) 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()
Drt_end_to_end_test.cc66 { "park_joy_90p_8_420.y4m", 8, AOM_IMG_FMT_I420, AOM_BITS_8, 0 },
67 { "paris_352_288_30.y4m", 8, AOM_IMG_FMT_I420, AOM_BITS_8, 0 },
68 { "niklas_1280_720_30.y4m", 8, AOM_IMG_FMT_I420, AOM_BITS_8, 0 },
Di420_video_source.h28 : YUVVideoSource(file_name, AOM_IMG_FMT_I420, width, height, in I420VideoSource()
Dcoding_path_sync.cc57 AOM_IMG_FMT_I420, in CompressedSource()
68 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,
Dhorz_superres_test.cc54 { "park_joy_90p_8_420.y4m", AOM_IMG_FMT_I420, AOM_BITS_8, 0, 5, 0, 25.5 },
58 { "screendata.y4m", AOM_IMG_FMT_I420, AOM_BITS_8, 0, 4, 1, 20.0 },
60 { "niklas_1280_720_30.y4m", AOM_IMG_FMT_I420, AOM_BITS_8, 0, 1, 0, 32.0 },
Dencode_api_test.cc33 EXPECT_EQ(&img, aom_img_wrap(&img, AOM_IMG_FMT_I420, 1, 1, 1, buf)); in TEST()
Dmotion_vector_test.cc97 "niklas_640_480_30.yuv", AOM_IMG_FMT_I420, width, height, 30, 1, 0, 3)); in TEST_P()
Dyuv_video_source.h87 case AOM_IMG_FMT_I420: raw_size_ = width * height * 3 / 2; break; in SetSize()
Dsb_multipass_test.cc104 "niklas_640_480_30.yuv", AOM_IMG_FMT_I420, 640, 480, 30, 1, 0, 6); in DoTest()
Dend_to_end_test.cc65 { "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()
/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/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.c290 aom_img_fmt_t ref_fmt = AOM_IMG_FMT_I420; in pass1()
472 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, w, h, 32)) { in main()
477 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()
Dsimple_encoder.c197 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()
289 noise_model_args_t args = { 0, 0, { 25, 1 }, 0, 0, 0, AOM_IMG_FMT_I420, in main()
Dset_maps.c154 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width, in main()
/external/libaom/libaom/aom/src/
Daom_image.c61 case AOM_IMG_FMT_I420: in img_alloc_helper()
78 case AOM_IMG_FMT_I420: in img_alloc_helper()
90 case AOM_IMG_FMT_I420: in img_alloc_helper()
/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/webrtc/modules/video_coding/codecs/av1/
Dlibaom_av1_decoder.cc125 if (decoded_image->fmt != AOM_IMG_FMT_I420) { in Decode()
/external/libaom/libaom/apps/
Daomdec.c130 assert(src->fmt == AOM_IMG_FMT_I420); in libyuv_scale()
131 assert(dst->fmt == AOM_IMG_FMT_I420); in libyuv_scale()
902 if (img->fmt != AOM_IMG_FMT_I420 && in main_loop()
910 if ((img->fmt != AOM_IMG_FMT_I420 && in main_loop()

12