/external/libvpx/libvpx/vpx/ |
D | vpx_image.h | 144 } vpx_image_t; /**< alias for struct vpx_image */ typedef 172 vpx_image_t *vpx_img_alloc(vpx_image_t *img, 197 vpx_image_t *vpx_img_wrap(vpx_image_t *img, 218 int vpx_img_set_rect(vpx_image_t *img, 232 void vpx_img_flip(vpx_image_t *img); 240 void vpx_img_free(vpx_image_t *img);
|
D | vpx_decoder.h | 246 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, 265 const vpx_image_t *img); 305 const vpx_image_t *img,
|
D | vp8.h | 107 vpx_image_t img; /**< reference frame data in image format */ 116 vpx_image_t img; /**< img structure to populate (output) */
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/ |
D | vpx_image.h | 148 } vpx_image_t; /**< alias for struct vpx_image */ typedef 176 vpx_image_t *vpx_img_alloc(vpx_image_t *img, 201 vpx_image_t *vpx_img_wrap(vpx_image_t *img, 222 int vpx_img_set_rect(vpx_image_t *img, 236 void vpx_img_flip(vpx_image_t *img); 244 void vpx_img_free(vpx_image_t *img);
|
D | vpx_decoder.h | 242 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, 261 const vpx_image_t *img); 301 const vpx_image_t *img,
|
D | vp8.h | 107 vpx_image_t img; /**< reference frame data in image format */ 116 vpx_image_t img; /**< img structure to populate (output) */
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 43 static vpx_image_t *img_alloc_helper(vpx_image_t *img, in img_alloc_helper() 137 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t)); in img_alloc_helper() 144 memset(img, 0, sizeof(vpx_image_t)); in img_alloc_helper() 178 vpx_image_t *vpx_img_alloc(vpx_image_t *img, in vpx_img_alloc() 186 vpx_image_t *vpx_img_wrap(vpx_image_t *img, in vpx_img_wrap() 197 int vpx_img_set_rect(vpx_image_t *img, in vpx_img_set_rect() 249 void vpx_img_flip(vpx_image_t *img) { in vpx_img_flip() 271 void vpx_img_free(vpx_image_t *img) { in vpx_img_free()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/ |
D | vpx_image.c | 18 static vpx_image_t *img_alloc_helper(vpx_image_t *img, in img_alloc_helper() 130 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t)); in img_alloc_helper() 137 memset(img, 0, sizeof(vpx_image_t)); in img_alloc_helper() 177 vpx_image_t *vpx_img_alloc(vpx_image_t *img, in vpx_img_alloc() 185 vpx_image_t *vpx_img_wrap(vpx_image_t *img, in vpx_img_wrap() 196 int vpx_img_set_rect(vpx_image_t *img, in vpx_img_set_rect() 248 void vpx_img_flip(vpx_image_t *img) { in vpx_img_flip() 270 void vpx_img_free(vpx_image_t *img) { in vpx_img_free()
|
/external/libvpx/libvpx/ |
D | tools_common.h | 123 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame); 142 int vpx_img_plane_width(const vpx_image_t *img, int plane); 143 int vpx_img_plane_height(const vpx_image_t *img, int plane); 144 void vpx_img_write(const vpx_image_t *img, FILE *file); 145 int vpx_img_read(vpx_image_t *img, FILE *file);
|
D | tools_common.c | 81 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame) { in read_yuv_frame() 206 int vpx_img_plane_width(const vpx_image_t *img, int plane) { in vpx_img_plane_width() 213 int vpx_img_plane_height(const vpx_image_t *img, int plane) { in vpx_img_plane_height() 220 void vpx_img_write(const vpx_image_t *img, FILE *file) { in vpx_img_write() 237 int vpx_img_read(vpx_image_t *img, FILE *file) { in vpx_img_read()
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
D | tools_common.h | 126 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame); 145 int vpx_img_plane_width(const vpx_image_t *img, int plane); 146 int vpx_img_plane_height(const vpx_image_t *img, int plane); 147 void vpx_img_write(const vpx_image_t *img, FILE *file); 148 int vpx_img_read(vpx_image_t *img, FILE *file);
|
D | tools_common.c | 81 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame) { in read_yuv_frame() 207 int vpx_img_plane_width(const vpx_image_t *img, int plane) { in vpx_img_plane_width() 214 int vpx_img_plane_height(const vpx_image_t *img, int plane) { in vpx_img_plane_height() 221 void vpx_img_write(const vpx_image_t *img, FILE *file) { in vpx_img_write() 238 int vpx_img_read(vpx_image_t *img, FILE *file) { in vpx_img_read()
|
D | vpxdec.c | 137 static INLINE int vpx_image_scale(vpx_image_t *src, vpx_image_t *dst, in vpx_image_scale() 274 static void update_image_md5(const vpx_image_t *img, const int planes[3], in update_image_md5() 292 static void write_image_file(const vpx_image_t *img, const int planes[3], in write_image_file() 530 static void high_img_upshift(vpx_image_t *dst, vpx_image_t *src, in high_img_upshift() 568 static void low_img_upshift(vpx_image_t *dst, vpx_image_t *src, in low_img_upshift() 607 static void img_upshift(vpx_image_t *dst, vpx_image_t *src, in img_upshift() 616 static void high_img_downshift(vpx_image_t *dst, vpx_image_t *src, in high_img_downshift() 653 static void low_img_downshift(vpx_image_t *dst, vpx_image_t *src, in low_img_downshift() 691 static void img_downshift(vpx_image_t *dst, vpx_image_t *src, in img_downshift() 738 vpx_image_t *scaled_img = NULL; in main_loop() [all …]
|
/external/libvpx/libvpx/test/ |
D | encode_test_driver.cc | 40 const vpx_image_t *img = video.img(); in EncodeFrameInternal() 107 static bool compare_img(const vpx_image_t *img1, in compare_img() 108 const vpx_image_t *img2) { in compare_img() 133 void EncoderTest::MismatchHook(const vpx_image_t *img1, in MismatchHook() 134 const vpx_image_t *img2) { in MismatchHook() 198 const vpx_image_t *img_enc = encoder->GetPreviewFrame(); in RunLoop() 200 const vpx_image_t *img_dec = dec_iter.Next(); in RunLoop()
|
D | y4m_video_source.h | 27 img_(new vpx_image_t()), in Y4mVideoSource() 64 virtual vpx_image_t *img() const { in img() 100 testing::internal::scoped_ptr<vpx_image_t> img_;
|
D | encode_test_driver.h | 107 const vpx_image_t *GetPreviewFrame() { in GetPreviewFrame() 217 virtual void MismatchHook(const vpx_image_t *img1, 218 const vpx_image_t *img2); 221 virtual void DecompressedFrameHook(const vpx_image_t& img, in DecompressedFrameHook()
|
D | video_source.h | 66 virtual vpx_image_t *img() const = 0; 103 virtual vpx_image_t *img() const { in img() 134 vpx_image_t *img_;
|
D | util.h | 22 static double compute_psnr(const vpx_image_t *img1, in compute_psnr() 23 const vpx_image_t *img2) { in compute_psnr()
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
D | encode_test_driver.cc | 40 const vpx_image_t *img = video.img(); in EncodeFrameInternal() 110 static bool compare_img(const vpx_image_t *img1, in compare_img() 111 const vpx_image_t *img2) { in compare_img() 136 void EncoderTest::MismatchHook(const vpx_image_t* /*img1*/, in MismatchHook() argument 137 const vpx_image_t* /*img2*/) { in MismatchHook() 204 const vpx_image_t *img_enc = encoder->GetPreviewFrame(); in RunLoop() 206 const vpx_image_t *img_dec = dec_iter.Next(); in RunLoop()
|
D | y4m_video_source.h | 27 img_(new vpx_image_t()), in Y4mVideoSource() 70 virtual vpx_image_t *img() const { in img() 106 testing::internal::scoped_ptr<vpx_image_t> img_;
|
D | encode_test_driver.h | 107 const vpx_image_t *GetPreviewFrame() { in GetPreviewFrame() 218 virtual void MismatchHook(const vpx_image_t *img1, 219 const vpx_image_t *img2); 222 virtual void DecompressedFrameHook(const vpx_image_t& /*img*/, in DecompressedFrameHook() argument
|
D | util.h | 22 static double compute_psnr(const vpx_image_t *img1, in compute_psnr() 23 const vpx_image_t *img2) { in compute_psnr()
|
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
D | twopass_encoder.c | 68 const vpx_image_t *img, in get_frame_stats() 98 const vpx_image_t *img, in encode_frame() 129 static vpx_fixed_buf_t pass0(vpx_image_t *raw, in pass0() 158 static void pass1(vpx_image_t *raw, in pass1() 204 vpx_image_t raw; in main()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.h | 23 typedef struct vpx_image vpx_image_t; typedef 142 vpx_image_t* raw_; 219 int ReturnFrame(const vpx_image_t* img,
|
/external/chromium_org/remoting/codec/ |
D | video_encoder_vpx.h | 14 typedef struct vpx_image vpx_image_t; typedef 64 scoped_ptr<vpx_image_t> image_;
|