Home
last modified time | relevance | path

Searched refs:aom_img_fmt_t (Results 1 – 22 of 22) sorted by relevance

/external/libaom/libaom/aom/
Daom_image.h55 } aom_img_fmt_t; /**< alias for enum aom_img_fmt */ typedef
172 aom_img_fmt_t fmt; /**< Image Format */
245 aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt,
269 aom_image_t *aom_img_wrap(aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w,
294 aom_image_t *aom_img_alloc_with_border(aom_image_t *img, aom_img_fmt_t fmt,
Daomdx.h334 AOM_CTRL_USE_TYPE(AV1D_GET_IMG_FORMAT, aom_img_fmt_t *)
/external/libaom/libaom/common/
Dy4menc.c31 const char *colorspace8(aom_chroma_sample_position_t csp, aom_img_fmt_t fmt) { in colorspace8()
51 aom_img_fmt_t fmt) { in colorspace()
85 aom_chroma_sample_position_t csp, aom_img_fmt_t fmt, in y4m_write_file_header()
Dy4menc.h27 aom_chroma_sample_position_t csp, aom_img_fmt_t fmt,
Dtools_common.h111 aom_img_fmt_t fmt;
Dtools_common.c435 aom_img_fmt_t required_fmt) { in img_shifted_realloc_required()
445 const aom_img_fmt_t shifted_fmt = output_bit_depth == 8 in aom_shift_img()
/external/libaom/libaom/aom/src/
Daom_image.c31 aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, in img_alloc_helper()
167 aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc()
174 aom_image_t *aom_img_alloc_with_cb(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc_with_cb()
183 aom_image_t *aom_img_wrap(aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w, in aom_img_wrap()
192 aom_image_t *aom_img_alloc_with_border(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc_with_border()
/external/libaom/libaom/test/
Dvideo_source.h181 void SetImageFormat(aom_img_fmt_t format) { in SetImageFormat()
205 aom_img_fmt_t format_;
Dcoding_path_sync.cc56 const aom_img_fmt_t fmts[] = { in CompressedSource()
113 aom_img_fmt_t format_;
Dresize_test.cc606 explicit ResizingCspVideoSource(aom_img_fmt_t image_format) { in ResizingCspVideoSource()
620 const aom_img_fmt_t image_formats[] = { AOM_IMG_FMT_I420, AOM_IMG_FMT_I444 }; in TEST_P()
621 for (const aom_img_fmt_t &img_format : image_formats) { in TEST_P()
Dtest_vector_test.cc73 const aom_img_fmt_t shifted_fmt = in DecompressedFrameHook()
Dy4m_test.cc80 void HeaderChecks(unsigned int bit_depth, aom_img_fmt_t fmt) { in HeaderChecks()
Dexternal_frame_buffer_test.cc246 const aom_img_fmt_t shifted_fmt = in DecompressedFrameHook()
/external/libaom/libaom/aom/internal/
Daom_image_internal.h83 aom_image_t *aom_img_alloc_with_cb(aom_image_t *img, aom_img_fmt_t fmt,
/external/libaom/libaom/examples/
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_decoder.c164 aom_img_fmt_t ref_fmt = 0; in main()
280 aom_img_fmt_t out_fmt = ref_fmt; in main()
Dlightfield_bitstream_parsing.c85 static int get_image_bps(aom_img_fmt_t fmt) { in get_image_bps()
333 aom_img_fmt_t ref_fmt = 0; in main()
Dlightfield_tile_list_decoder.c153 aom_img_fmt_t ref_fmt = 0; in main()
Dlightfield_encoder.c290 aom_img_fmt_t ref_fmt = AOM_IMG_FMT_I420; in pass1()
/external/libaom/libaom/av1/
Dav1_iface_common.h64 img->fmt = (aom_img_fmt_t)(img->fmt | AOM_IMG_FMT_HIGHBITDEPTH); in yuvconfig2image()
Dav1_dx_iface.c1117 static aom_img_fmt_t get_img_format(int subsampling_x, int subsampling_y, in get_img_format()
1119 aom_img_fmt_t fmt = 0; in get_img_format()
1134 aom_img_fmt_t *const img_fmt = va_arg(args, aom_img_fmt_t *); in ctrl_get_img_format()
/external/libaom/libaom/apps/
Daomenc.c1696 static const char *image_format_to_string(aom_img_fmt_t f) { in image_format_to_string()