Searched refs:aom_img_fmt_t (Results 1 – 22 of 22) sorted by relevance
/external/libaom/libaom/aom/ |
D | aom_image.h | 55 } 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,
|
D | aomdx.h | 334 AOM_CTRL_USE_TYPE(AV1D_GET_IMG_FORMAT, aom_img_fmt_t *)
|
/external/libaom/libaom/common/ |
D | y4menc.c | 31 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()
|
D | y4menc.h | 27 aom_chroma_sample_position_t csp, aom_img_fmt_t fmt,
|
D | tools_common.h | 111 aom_img_fmt_t fmt;
|
D | tools_common.c | 435 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/ |
D | aom_image.c | 31 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/ |
D | video_source.h | 181 void SetImageFormat(aom_img_fmt_t format) { in SetImageFormat() 205 aom_img_fmt_t format_;
|
D | coding_path_sync.cc | 56 const aom_img_fmt_t fmts[] = { in CompressedSource() 113 aom_img_fmt_t format_;
|
D | resize_test.cc | 606 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()
|
D | test_vector_test.cc | 73 const aom_img_fmt_t shifted_fmt = in DecompressedFrameHook()
|
D | y4m_test.cc | 80 void HeaderChecks(unsigned int bit_depth, aom_img_fmt_t fmt) { in HeaderChecks()
|
D | external_frame_buffer_test.cc | 246 const aom_img_fmt_t shifted_fmt = in DecompressedFrameHook()
|
/external/libaom/libaom/aom/internal/ |
D | aom_image_internal.h | 83 aom_image_t *aom_img_alloc_with_cb(aom_image_t *img, aom_img_fmt_t fmt,
|
/external/libaom/libaom/examples/ |
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_decoder.c | 164 aom_img_fmt_t ref_fmt = 0; in main() 280 aom_img_fmt_t out_fmt = ref_fmt; in main()
|
D | lightfield_bitstream_parsing.c | 85 static int get_image_bps(aom_img_fmt_t fmt) { in get_image_bps() 333 aom_img_fmt_t ref_fmt = 0; in main()
|
D | lightfield_tile_list_decoder.c | 153 aom_img_fmt_t ref_fmt = 0; in main()
|
D | lightfield_encoder.c | 290 aom_img_fmt_t ref_fmt = AOM_IMG_FMT_I420; in pass1()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 64 img->fmt = (aom_img_fmt_t)(img->fmt | AOM_IMG_FMT_HIGHBITDEPTH); in yuvconfig2image()
|
D | av1_dx_iface.c | 1117 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/ |
D | aomenc.c | 1696 static const char *image_format_to_string(aom_img_fmt_t f) { in image_format_to_string()
|