Home
last modified time | relevance | path

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

/external/libaom/libaom/aom/
Daom_image.h55 } aom_img_fmt_t; /**< alias for enum aom_img_fmt */ typedef
142 aom_img_fmt_t fmt; /**< Image Format */
220 aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt,
243 aom_image_t *aom_img_wrap(aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w,
268 aom_image_t *aom_img_alloc_with_border(aom_image_t *img, aom_img_fmt_t fmt,
Daomdx.h278 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.c30 aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, in img_alloc_helper()
149 aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc()
155 aom_image_t *aom_img_wrap(aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w, in aom_img_wrap()
163 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.cc55 const aom_img_fmt_t fmts[] = { in CompressedSource()
112 aom_img_fmt_t format_;
Dtest_vector_test.cc72 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()
Dresize_test.cc605 explicit ResizingCspVideoSource(aom_img_fmt_t image_format) { in ResizingCspVideoSource()
619 const aom_img_fmt_t image_formats[] = { AOM_IMG_FMT_I420, AOM_IMG_FMT_I444 }; in TEST_P()
Dexternal_frame_buffer_test.cc248 const aom_img_fmt_t shifted_fmt = in DecompressedFrameHook()
/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.c163 aom_img_fmt_t ref_fmt = 0; in main()
278 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()
332 aom_img_fmt_t ref_fmt = 0; in main()
Dlightfield_tile_list_decoder.c152 aom_img_fmt_t ref_fmt = 0; in main()
Dlightfield_encoder.c275 aom_img_fmt_t ref_fmt = AOM_IMG_FMT_I420; in pass1()
/external/libaom/libaom/av1/
Dav1_iface_common.h61 img->fmt = (aom_img_fmt_t)(img->fmt | AOM_IMG_FMT_HIGHBITDEPTH); in yuvconfig2image()
Dav1_dx_iface.c1146 static aom_img_fmt_t get_img_format(int subsampling_x, int subsampling_y, in get_img_format()
1148 aom_img_fmt_t fmt = 0; in get_img_format()
1163 aom_img_fmt_t *const img_fmt = va_arg(args, aom_img_fmt_t *); in ctrl_get_img_format()
/external/libaom/libaom/apps/
Daomenc.c1626 static const char *image_format_to_string(aom_img_fmt_t f) { in image_format_to_string()