/external/libvpx/libvpx/ |
D | tools_common.h | 131 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame); 148 int vpx_img_plane_width(const vpx_image_t *img, int plane); 149 int vpx_img_plane_height(const vpx_image_t *img, int plane); 150 void vpx_img_write(const vpx_image_t *img, FILE *file); 151 int vpx_img_read(vpx_image_t *img, FILE *file); 156 int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img); 164 void vpx_img_upshift(vpx_image_t *dst, vpx_image_t *src, int input_shift); 165 void vpx_img_downshift(vpx_image_t *dst, vpx_image_t *src, int down_shift); 166 void vpx_img_truncate_16_to_8(vpx_image_t *dst, vpx_image_t *src); 169 int compare_img(const vpx_image_t *const img1, const vpx_image_t *const img2); [all …]
|
D | tools_common.c | 85 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame) { in read_yuv_frame() 211 int vpx_img_plane_width(const vpx_image_t *img, int plane) { in vpx_img_plane_width() 218 int vpx_img_plane_height(const vpx_image_t *img, int plane) { in vpx_img_plane_height() 225 void vpx_img_write(const vpx_image_t *img, FILE *file) { in vpx_img_write() 243 int vpx_img_read(vpx_image_t *img, FILE *file) { in vpx_img_read() 276 int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) { in read_frame() 359 static void highbd_img_upshift(vpx_image_t *dst, vpx_image_t *src, in highbd_img_upshift() 395 static void lowbd_img_upshift(vpx_image_t *dst, vpx_image_t *src, in lowbd_img_upshift() 432 void vpx_img_upshift(vpx_image_t *dst, vpx_image_t *src, int input_shift) { in vpx_img_upshift() 440 void vpx_img_truncate_16_to_8(vpx_image_t *dst, vpx_image_t *src) { in vpx_img_truncate_16_to_8() [all …]
|
/external/libvpx/libvpx/vpx/ |
D | vpx_image.h | 115 } vpx_image_t; /**< alias for struct vpx_image */ typedef 143 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, 166 vpx_image_t *vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, 183 int vpx_img_set_rect(vpx_image_t *img, unsigned int x, unsigned int y, 193 void vpx_img_flip(vpx_image_t *img); 201 void vpx_img_free(vpx_image_t *img);
|
D | vpx_decoder.h | 235 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, vpx_codec_iter_t *iter); 253 const vpx_image_t *img); 292 const vpx_image_t *img,
|
D | vp8.h | 103 vpx_image_t img; /**< reference frame data in image format */ 112 vpx_image_t img; /**< img structure to populate (output) */
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 18 static vpx_image_t *img_alloc_helper(vpx_image_t *img, vpx_img_fmt_t fmt, in img_alloc_helper() 82 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t)); in img_alloc_helper() 88 memset(img, 0, sizeof(vpx_image_t)); in img_alloc_helper() 135 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, in vpx_img_alloc() 141 vpx_image_t *vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, in vpx_img_wrap() 149 int vpx_img_set_rect(vpx_image_t *img, unsigned int x, unsigned int y, in vpx_img_set_rect() 199 void vpx_img_flip(vpx_image_t *img) { in vpx_img_flip() 222 void vpx_img_free(vpx_image_t *img) { in vpx_img_free()
|
/external/webrtc/modules/video_coding/codecs/vp8/test/ |
D | mock_libvpx_interface.h | 23 vpx_image_t*, 25 (vpx_image_t*, vpx_img_fmt_t, unsigned int, unsigned int, unsigned int), 27 MOCK_METHOD(vpx_image_t*, 29 (vpx_image_t*, 36 MOCK_METHOD(void, img_free, (vpx_image_t * img), (const, override)); 92 const vpx_image_t*,
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_interface.h | 33 virtual vpx_image_t* img_alloc(vpx_image_t* img, 38 virtual vpx_image_t* img_wrap(vpx_image_t* img, 44 virtual void img_free(vpx_image_t* img) const = 0; 86 const vpx_image_t* img,
|
D | libvpx_interface.cc | 24 vpx_image_t* img_alloc(vpx_image_t* img, in img_alloc() 32 vpx_image_t* img_wrap(vpx_image_t* img, in img_wrap() 41 void img_free(vpx_image_t* img) const override { ::vpx_img_free(img); } in img_free() 185 const vpx_image_t* img, in codec_encode()
|
/external/libvpx/libvpx/test/ |
D | active_map_refresh_test.cc | 20 int CheckMb(const vpx_image_t ¤t, const vpx_image_t &previous, int mb_r, in CheckMb() 49 void GenerateMap(int mb_rows, int mb_cols, const vpx_image_t ¤t, in GenerateMap() 50 const vpx_image_t &previous, uint8_t *map) { in GenerateMap() 81 vpx_image_t *current = video->img(); in PreEncodeFrameHook() 82 vpx_image_t *previous = y4m_holder_->img(); in PreEncodeFrameHook()
|
D | encode_test_driver.cc | 26 const vpx_image_t *img = video->img(); in InitEncoder() 75 const vpx_image_t *img = video.img(); in EncodeFrameInternal() 128 static bool compare_img(const vpx_image_t *img1, const vpx_image_t *img2) { in compare_img() 160 void EncoderTest::MismatchHook(const vpx_image_t * /*img1*/, in MismatchHook() argument 161 const vpx_image_t * /*img2*/) { in MismatchHook() 248 const vpx_image_t *img_enc = encoder->GetPreviewFrame(); in RunLoop() 250 const vpx_image_t *img_dec = dec_iter.Next(); in RunLoop()
|
D | y4m_video_source.h | 26 : file_name_(file_name), input_file_(NULL), img_(new vpx_image_t()), in Y4mVideoSource() 64 virtual vpx_image_t *img() const { in img() 94 vpx_image_t *tmp; in SwapBuffers() 112 std::unique_ptr<vpx_image_t> img_;
|
D | svc_test.h | 53 virtual void MismatchHook(const vpx_image_t *, const vpx_image_t *) {} in MismatchHook() argument
|
D | util.h | 24 inline double compute_psnr(const vpx_image_t *img1, const vpx_image_t *img2) { in compute_psnr()
|
D | encode_test_driver.h | 101 const vpx_image_t *GetPreviewFrame() { in GetPreviewFrame() 259 virtual void MismatchHook(const vpx_image_t *img1, const vpx_image_t *img2); 262 virtual void DecompressedFrameHook(const vpx_image_t & /*img*/, in DecompressedFrameHook() argument
|
D | video_source.h | 115 virtual vpx_image_t *img() const = 0; 153 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; } in img() 197 vpx_image_t *img_;
|
D | decode_corrupted.cc | 52 virtual void MismatchHook(const vpx_image_t * /*img1*/, in MismatchHook() argument 53 const vpx_image_t * /*img2*/) {} in MismatchHook()
|
D | svc_end_to_end_test.cc | 69 virtual void MismatchHook(const vpx_image_t * /*img1*/, in MismatchHook() argument 70 const vpx_image_t * /*img2*/) { in MismatchHook() 201 virtual void MismatchHook(const vpx_image_t * /*img1*/, in MismatchHook() argument 202 const vpx_image_t * /*img2*/) { in MismatchHook()
|
D | yuv_video_source.h | 61 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; } in img() 111 vpx_image_t *img_;
|
/external/libvpx/libvpx/examples/ |
D | twopass_encoder.c | 69 static int get_frame_stats(vpx_codec_ctx_t *ctx, const vpx_image_t *img, in get_frame_stats() 95 static int encode_frame(vpx_codec_ctx_t *ctx, const vpx_image_t *img, in encode_frame() 123 static vpx_fixed_buf_t pass0(vpx_image_t *raw, FILE *infile, in pass0() 152 static void pass1(vpx_image_t *raw, FILE *infile, const char *outfile_name, in pass1() 195 vpx_image_t raw; in main()
|
D | decode_to_md5.c | 44 static void get_image_md5(const vpx_image_t *img, unsigned char digest[16]) { in get_image_md5() 108 vpx_image_t *img = NULL; in main()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 23 void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, 26 vpx_codec_err_t image2yuvconfig(const vpx_image_t *img,
|
D | simple_encode.cc | 12 static int img_plane_width(const vpx_image_t *img, int plane) { in img_plane_width() 20 static int img_plane_height(const vpx_image_t *img, int plane) { in img_plane_height() 28 static int img_read(vpx_image_t *img, FILE *file) { in img_read() 52 vpx_image_t tmp_img; 135 vpx_image_t img; in ComputeFirstPassStats()
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 217 typedef vpx_image_t *(*vpx_codec_get_frame_fn_t)(vpx_codec_alg_priv_t *ctx, 251 const vpx_image_t *img, 264 typedef vpx_image_t *(*vpx_codec_get_preview_frame_fn_t)(
|
/external/openscreen/cast/standalone_sender/ |
D | streaming_vp8_encoder.h | 190 void operator()(vpx_image_t* ptr) const { vpx_img_free(ptr); } in operator() 192 using VpxImageUniquePtr = std::unique_ptr<vpx_image_t, VpxImageDeleter>;
|