HomeSort by relevance Sort by last modified time
    Searched refs:aom_img_fmt_t (Results 1 - 21 of 21) sorted by null

  /external/libaom/libaom/common/
y4menc.h 27 aom_chroma_sample_position_t csp, aom_img_fmt_t fmt,
y4menc.c 31 const char *colorspace8(aom_chroma_sample_position_t csp, aom_img_fmt_t fmt) {
51 aom_img_fmt_t fmt) {
85 aom_chroma_sample_position_t csp, aom_img_fmt_t fmt,
tools_common.h 111 aom_img_fmt_t fmt;
tools_common.c 435 aom_img_fmt_t required_fmt) {
445 const aom_img_fmt_t shifted_fmt = output_bit_depth == 8
  /external/libaom/libaom/aom/
aom_image.h 55 } aom_img_fmt_t; /**< alias for enum aom_img_fmt */ typedef in typeref:enum:aom_img_fmt
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,
aomdx.h 278 AOM_CTRL_USE_TYPE(AV1D_GET_IMG_FORMAT, aom_img_fmt_t *)
  /external/libaom/libaom/aom/src/
aom_image.c 30 aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w, unsigned int d_h,
149 aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt,
155 aom_image_t *aom_img_wrap(aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w,
163 aom_image_t *aom_img_alloc_with_border(aom_image_t *img, aom_img_fmt_t fmt,
  /external/libaom/libaom/test/
video_source.h 181 void SetImageFormat(aom_img_fmt_t format) {
205 aom_img_fmt_t format_;
coding_path_sync.cc 55 const aom_img_fmt_t fmts[] = {
112 aom_img_fmt_t format_;
test_vector_test.cc 72 const aom_img_fmt_t shifted_fmt =
y4m_test.cc 80 void HeaderChecks(unsigned int bit_depth, aom_img_fmt_t fmt) {
resize_test.cc 605 explicit ResizingCspVideoSource(aom_img_fmt_t image_format) {
619 const aom_img_fmt_t image_formats[] = { AOM_IMG_FMT_I420, AOM_IMG_FMT_I444 };
external_frame_buffer_test.cc 248 const aom_img_fmt_t shifted_fmt =
  /external/libaom/libaom/examples/
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;
lightfield_bitstream_parsing.c 85 static int get_image_bps(aom_img_fmt_t fmt) {
332 aom_img_fmt_t ref_fmt = 0;
lightfield_decoder.c 163 aom_img_fmt_t ref_fmt = 0;
278 aom_img_fmt_t out_fmt = ref_fmt;
lightfield_tile_list_decoder.c 152 aom_img_fmt_t ref_fmt = 0;
lightfield_encoder.c 275 aom_img_fmt_t ref_fmt = AOM_IMG_FMT_I420;
  /external/libaom/libaom/av1/
av1_iface_common.h 61 img->fmt = (aom_img_fmt_t)(img->fmt | AOM_IMG_FMT_HIGHBITDEPTH);
av1_dx_iface.c     [all...]
  /external/libaom/libaom/apps/
aomenc.c     [all...]

Completed in 415 milliseconds