HomeSort by relevance Sort by last modified time
    Searched refs:AOM_IMG_FMT_I420 (Results 1 - 25 of 35) sorted by null

1 2

  /external/libaom/libaom/test/
i420_video_source.h 28 : YUVVideoSource(file_name, AOM_IMG_FMT_I420, width, height,
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) {
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,
encode_api_test.cc 33 EXPECT_EQ(&img, aom_img_wrap(&img, AOM_IMG_FMT_I420, 1, 1, 1, buf));
motion_vector_test.cc 97 "niklas_640_480_30.yuv", AOM_IMG_FMT_I420, width, height, 30, 1, 0, 3));
horz_superres_test.cc 44 { "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 },
rt_end_to_end_test.cc 48 { "park_joy_90p_8_420.y4m", 8, AOM_IMG_FMT_I420, AOM_BITS_8, 0 },
yuv_video_source.h 87 case AOM_IMG_FMT_I420: raw_size_ = width * height * 3 / 2; break;
coding_path_sync.cc 56 AOM_IMG_FMT_I420,
67 if (format_ == AOM_IMG_FMT_I420)
end_to_end_test.cc 64 { "park_joy_90p_8_420.y4m", 8, AOM_IMG_FMT_I420, AOM_BITS_8, 0 },
video_source.h 139 format_(AOM_IMG_FMT_I420) {
  /external/libaom/libaom/aom/
aom_image.h 45 AOM_IMG_FMT_I420 = AOM_IMG_FMT_PLANAR | 2,
51 AOM_IMG_FMT_I42016 = AOM_IMG_FMT_I420 | AOM_IMG_FMT_HIGHBITDEPTH,
  /external/libaom/libaom/aom/src/
aom_image.c 56 case AOM_IMG_FMT_I420:
71 case AOM_IMG_FMT_I420:
83 case AOM_IMG_FMT_I420:
  /external/libaom/libaom/examples/
scalable_decoder.c 160 aom_img_alloc(NULL, AOM_IMG_FMT_I420, img->d_w, img->d_h, 16);
scalable_encoder.c 174 if (!aom_img_alloc(&raw0, AOM_IMG_FMT_I420, info.frame_width,
178 if (!aom_img_alloc(&raw1, AOM_IMG_FMT_I420, info.frame_width,
lossless_encoder.c 92 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width,
set_maps.c 154 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width,
simple_encoder.c 197 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width,
aom_cx_set_ref.c 192 aom_img_fmt_t raw_fmt = AOM_IMG_FMT_I420;
193 aom_img_fmt_t ref_fmt = AOM_IMG_FMT_I420;
260 // is AOM_IMG_FMT_I420.
lightfield_encoder.c 275 aom_img_fmt_t ref_fmt = AOM_IMG_FMT_I420;
457 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, w, h, 32)) {
462 aom_img_alloc(&raw_shift, AOM_IMG_FMT_I420 | AOM_IMG_FMT_HIGHBITDEPTH, w, h,
noise_model.c 156 noise_args->img_fmt = AOM_IMG_FMT_I420;
288 noise_model_args_t args = { 0, 0, { 25, 1 }, 0, 0, 0, AOM_IMG_FMT_I420,
twopass_encoder.c 217 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, w, h, 1))
  /external/libaom/libaom/common/
tools_common.c 292 case AOM_IMG_FMT_I420:
333 case AOM_IMG_FMT_I420:
400 case AOM_IMG_FMT_I420:
  /external/libaom/libaom/apps/
aomdec.c 134 assert(src->fmt == AOM_IMG_FMT_I420);
135 assert(dst->fmt == AOM_IMG_FMT_I420);
903 if (img->fmt != AOM_IMG_FMT_I420 &&
911 if ((img->fmt != AOM_IMG_FMT_I420 &&
    [all...]
  /external/libaom/libaom/av1/
av1_iface_common.h 34 img->fmt = AOM_IMG_FMT_I420;

Completed in 275 milliseconds

1 2