/external/libaom/libaom/common/ |
D | tools_common.h | 145 int read_yuv_frame(struct AvxInputContext *input_ctx, aom_image_t *yuv_frame); 163 void aom_img_write(const aom_image_t *img, FILE *file); 164 int aom_img_read(aom_image_t *img, FILE *file); 167 void aom_img_upshift(aom_image_t *dst, const aom_image_t *src, int input_shift); 168 void aom_img_downshift(aom_image_t *dst, const aom_image_t *src, 170 void aom_shift_img(unsigned int output_bit_depth, aom_image_t **img_ptr, 171 aom_image_t **img_shifted_ptr); 172 void aom_img_truncate_16_to_8(aom_image_t *dst, const aom_image_t *src); 175 void aom_img_write_nv12(const aom_image_t *img, FILE *file);
|
D | tools_common.c | 78 int read_yuv_frame(struct AvxInputContext *input_ctx, aom_image_t *yuv_frame) { in read_yuv_frame() 193 void aom_img_write(const aom_image_t *img, FILE *file) { in aom_img_write() 211 int aom_img_read(aom_image_t *img, FILE *file) { in aom_img_read() 244 static void highbd_img_upshift(aom_image_t *dst, const aom_image_t *src, in highbd_img_upshift() 279 static void lowbd_img_upshift(aom_image_t *dst, const aom_image_t *src, in lowbd_img_upshift() 316 void aom_img_upshift(aom_image_t *dst, const aom_image_t *src, in aom_img_upshift() 325 void aom_img_truncate_16_to_8(aom_image_t *dst, const aom_image_t *src) { in aom_img_truncate_16_to_8() 357 static void highbd_img_downshift(aom_image_t *dst, const aom_image_t *src, in highbd_img_downshift() 390 static void lowbd_img_downshift(aom_image_t *dst, const aom_image_t *src, in lowbd_img_downshift() 424 void aom_img_downshift(aom_image_t *dst, const aom_image_t *src, in aom_img_downshift() [all …]
|
D | rawenc.c | 64 static void raw_write_image_file_or_md5(const aom_image_t *img, in raw_write_image_file_or_md5() 88 void raw_write_image_file(const aom_image_t *img, const int *planes, in raw_write_image_file() 93 void raw_update_image_md5(const aom_image_t *img, const int *planes, in raw_update_image_md5()
|
D | rawenc.h | 23 void raw_write_image_file(const aom_image_t *img, const int *planes, 25 void raw_update_image_md5(const aom_image_t *img, const int *planes,
|
D | y4menc.h | 30 void y4m_write_image_file(const aom_image_t *img, const int *planes, 32 void y4m_update_image_md5(const aom_image_t *img, const int *planes,
|
D | y4menc.c | 97 void y4m_write_image_file(const aom_image_t *img, const int *planes, in y4m_write_image_file() 103 void y4m_update_image_md5(const aom_image_t *img, const int *planes, in y4m_update_image_md5()
|
/external/libaom/libaom/aom/ |
D | aom_image.h | 192 } aom_image_t; /**< alias for struct aom_image */ typedef 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, 288 int aom_img_set_rect(aom_image_t *img, unsigned int x, unsigned int y, 298 void aom_img_flip(aom_image_t *img); 306 void aom_img_free(aom_image_t *img); 315 int aom_img_plane_width(const aom_image_t *img, int plane); 324 int aom_img_plane_height(const aom_image_t *img, int plane);
|
D | aom.h | 111 aom_image_t img; /**< img structure to populate (output) */ 135 AOM_CTRL_USE_TYPE(AV1_GET_NEW_FRAME_IMAGE, aom_image_t *) 137 AOM_CTRL_USE_TYPE(AV1_COPY_NEW_FRAME_IMAGE, aom_image_t *)
|
D | aom_decoder.h | 220 aom_image_t *aom_codec_get_frame(aom_codec_ctx_t *ctx, aom_codec_iter_t *iter); 238 const aom_image_t *img); 277 const aom_image_t *img,
|
/external/libaom/libaom/aom/src/ |
D | aom_image.c | 29 static aom_image_t *img_alloc_helper( in img_alloc_helper() 30 aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, in img_alloc_helper() 102 img = (aom_image_t *)calloc(1, sizeof(aom_image_t)); in img_alloc_helper() 108 memset(img, 0, sizeof(aom_image_t)); 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() 172 int aom_img_set_rect(aom_image_t *img, unsigned int x, unsigned int y, in aom_img_set_rect() 220 void aom_img_flip(aom_image_t *img) { in aom_img_flip() 239 void aom_img_free(aom_image_t *img) { in aom_img_free() [all …]
|
/external/libaom/libaom/examples/ |
D | encoder_util.h | 21 void aom_find_mismatch_high(const aom_image_t *const img1, 22 const aom_image_t *const img2, int yloc[4], 25 void aom_find_mismatch(const aom_image_t *const img1, 26 const aom_image_t *const img2, int yloc[4], int uloc[4], 30 int aom_compare_img(const aom_image_t *const img1, 31 const aom_image_t *const img2);
|
D | encoder_util.c | 23 static void find_mismatch_plane(const aom_image_t *const img1, in find_mismatch_plane() 24 const aom_image_t *const img2, int plane, in find_mismatch_plane() 80 static void find_mismatch_helper(const aom_image_t *const img1, in find_mismatch_helper() 81 const aom_image_t *const img2, in find_mismatch_helper() 89 void aom_find_mismatch_high(const aom_image_t *const img1, in aom_find_mismatch_high() 90 const aom_image_t *const img2, int yloc[4], in aom_find_mismatch_high() 95 void aom_find_mismatch(const aom_image_t *const img1, in aom_find_mismatch() 96 const aom_image_t *const img2, int yloc[4], int uloc[4], in aom_find_mismatch() 101 int aom_compare_img(const aom_image_t *const img1, in aom_compare_img() 102 const aom_image_t *const img2) { in aom_compare_img()
|
D | lightfield_decoder.c | 63 static void aom_img_copy_tile(const aom_image_t *src, const aom_image_t *dst, in aom_img_copy_tile() 95 aom_image_t *reference_images, aom_image_t *output, in decode_tile() 97 aom_image_t **img_ptr, int output_format) { in decode_tile() 115 aom_image_t *img = aom_codec_get_frame(codec, &iter); in decode_tile() 146 static void img_write_to_file(const aom_image_t *img, FILE *file, in img_write_to_file() 164 aom_image_t reference_images[MAX_EXTERNAL_REFERENCES]; in main() 165 aom_image_t output; in main() 166 aom_image_t *output_shifted = NULL; in main() 237 aom_image_t *img = NULL; in main() 291 aom_image_t *out = NULL; in main() [all …]
|
D | lightfield_encoder.c | 55 static int aom_img_size_bytes(aom_image_t *img) { in aom_img_size_bytes() 67 static int get_frame_stats(aom_codec_ctx_t *ctx, const aom_image_t *img, in get_frame_stats() 92 static int encode_frame(aom_codec_ctx_t *ctx, const aom_image_t *img, in encode_frame() 118 static void get_raw_image(aom_image_t **frame_to_encode, aom_image_t *raw, in get_raw_image() 119 aom_image_t *raw_shift) { in get_raw_image() 130 static aom_fixed_buf_t pass0(aom_image_t *raw, FILE *infile, in pass0() 134 aom_image_t *raw_shift) { in pass0() 141 aom_image_t *frame_to_encode; in pass0() 233 static void pass1(aom_image_t *raw, FILE *infile, const char *outfile_name, in pass1() 236 aom_image_t *raw_shift) { in pass1() [all …]
|
D | aom_cx_set_ref.c | 74 aom_image_t enc_img, dec_img; in testing_decode() 87 aom_image_t enc_hbd_img; in testing_decode() 94 aom_image_t dec_hbd_img; in testing_decode() 124 static int encode_frame(aom_codec_ctx_t *ecodec, aom_image_t *img, in encode_frame() 128 aom_image_t *ext_ref) { in encode_frame() 183 aom_image_t raw; in main() 184 aom_image_t raw_shift; in main() 185 aom_image_t ext_ref; in main() 312 aom_image_t *frame_to_encode; in main()
|
D | twopass_encoder.c | 68 static int get_frame_stats(aom_codec_ctx_t *ctx, const aom_image_t *img, in get_frame_stats() 93 static int encode_frame(aom_codec_ctx_t *ctx, const aom_image_t *img, in encode_frame() 119 static aom_fixed_buf_t pass0(aom_image_t *raw, FILE *infile, in pass0() 145 static void pass1(aom_image_t *raw, FILE *infile, const char *outfile_name, in pass1() 187 aom_image_t raw; in main()
|
D | lightfield_tile_list_decoder.c | 50 static void write_tile_yuv1d(aom_codec_ctx_t *codec, const aom_image_t *img, in write_tile_yuv1d() 107 aom_image_t reference_images[MAX_EXTERNAL_REFERENCES]; in main() 177 aom_image_t *img = NULL; in main() 207 aom_image_t *img = aom_codec_get_frame(&codec, &iter); in main()
|
D | noise_model.c | 177 static void print_variance_y(FILE *debug_file, aom_image_t *raw, in print_variance_y() 178 aom_image_t *denoised, const uint8_t *flat_blocks, in print_variance_y() 180 aom_image_t renoised; in print_variance_y() 256 static void print_debug_info(FILE *debug_file, aom_image_t *raw, in print_debug_info() 257 aom_image_t *denoised, uint8_t *flat_blocks, in print_debug_info() 290 aom_image_t raw, denoised; in main()
|
/external/libaom/libaom/test/ |
D | encode_test_driver.cc | 29 const aom_image_t *img = video->img(); in InitEncoder() 61 const aom_image_t *img = video.img(); in EncodeFrameInternal() 131 static bool compare_img(const aom_image_t *img1, const aom_image_t *img2, in compare_img() 158 void EncoderTest::MismatchHook(const aom_image_t *img_enc, in MismatchHook() 159 const aom_image_t *img_dec) { in MismatchHook() 268 const aom_image_t *img_enc = encoder->GetPreviewFrame(); in RunLoop() 270 const aom_image_t *img_dec = dec_iter.Next(); in RunLoop()
|
D | y4m_video_source.h | 27 : file_name_(file_name), input_file_(NULL), img_(new aom_image_t()), in Y4mVideoSource() 66 virtual aom_image_t *img() const { in img() 96 aom_image_t *tmp; in SwapBuffers() 114 std::unique_ptr<aom_image_t> img_;
|
D | encode_test_driver.h | 97 const aom_image_t *GetPreviewFrame() { in GetPreviewFrame() 217 virtual void MismatchHook(const aom_image_t *img1, const aom_image_t *img2); 220 virtual void DecompressedFrameHook(const aom_image_t & /*img*/, in DecompressedFrameHook() argument
|
D | util.h | 25 inline double compute_psnr(const aom_image_t *img1, const aom_image_t *img2) { in compute_psnr()
|
D | video_source.h | 117 virtual aom_image_t *img() const = 0; 155 virtual aom_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; } in img() 199 aom_image_t *img_;
|
D | av1_ext_tile_test.cc | 102 virtual void DecompressedFrameHook(const aom_image_t &img, in DecompressedFrameHook() 139 const aom_image_t *img = decoder_->GetDxData().Next(); in FramePktHook() 195 aom_image_t tile_img_;
|
/external/libaom/libaom/aom/internal/ |
D | aom_codec_internal.h | 213 typedef aom_image_t *(*aom_codec_get_frame_fn_t)(aom_codec_alg_priv_t *ctx, 247 const aom_image_t *img, 259 typedef aom_image_t *(*aom_codec_get_preview_frame_fn_t)(
|