/external/libaom/libaom/test/ |
D | y4m_test.cc | 38 { "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()
|
D | rt_end_to_end_test.cc | 66 { "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 },
|
D | i420_video_source.h | 28 : YUVVideoSource(file_name, AOM_IMG_FMT_I420, width, height, in I420VideoSource()
|
D | coding_path_sync.cc | 57 AOM_IMG_FMT_I420, in CompressedSource() 68 if (format_ == AOM_IMG_FMT_I420) in CompressedSource()
|
D | arf_freq_test.cc | 50 { "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,
|
D | horz_superres_test.cc | 54 { "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 },
|
D | encode_api_test.cc | 33 EXPECT_EQ(&img, aom_img_wrap(&img, AOM_IMG_FMT_I420, 1, 1, 1, buf)); in TEST()
|
D | motion_vector_test.cc | 97 "niklas_640_480_30.yuv", AOM_IMG_FMT_I420, width, height, 30, 1, 0, 3)); in TEST_P()
|
D | yuv_video_source.h | 87 case AOM_IMG_FMT_I420: raw_size_ = width * height * 3 / 2; break; in SetSize()
|
D | sb_multipass_test.cc | 104 "niklas_640_480_30.yuv", AOM_IMG_FMT_I420, 640, 480, 30, 1, 0, 6); in DoTest()
|
D | end_to_end_test.cc | 65 { "park_joy_90p_8_420.y4m", 8, AOM_IMG_FMT_I420, AOM_BITS_8, 0 },
|
D | video_source.h | 139 format_(AOM_IMG_FMT_I420) { in DummyVideoSource()
|
/external/libaom/libaom/aom/ |
D | aom_image.h | 45 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/ |
D | scalable_encoder.c | 174 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()
|
D | aom_cx_set_ref.c | 192 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()
|
D | lightfield_encoder.c | 290 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()
|
D | scalable_decoder.c | 160 aom_img_alloc(NULL, AOM_IMG_FMT_I420, img->d_w, img->d_h, 16); in main()
|
D | lossless_encoder.c | 92 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width, in main()
|
D | simple_encoder.c | 197 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width, in main()
|
D | noise_model.c | 156 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()
|
D | set_maps.c | 154 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width, in main()
|
/external/libaom/libaom/aom/src/ |
D | aom_image.c | 61 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/ |
D | tools_common.c | 292 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/ |
D | libaom_av1_decoder.cc | 125 if (decoded_image->fmt != AOM_IMG_FMT_I420) { in Decode()
|
/external/libaom/libaom/apps/ |
D | aomdec.c | 130 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()
|