Searched refs:vpx_image_t (Results 1 - 25 of 103) sorted by relevance

12345

/external/libvpx/libvpx/vpx/
H A Dvpx_image.h144 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
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);
H A Dvp8.h107 vpx_image_t img; /**< reference frame data in image format */
116 vpx_image_t img; /**< img structure to populate (output) */
H A Dvpx_decoder.h246 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
265 const vpx_image_t *img);
305 const vpx_image_t *img,
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_image.h148 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
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);
H A Dvp8.h107 vpx_image_t img; /**< reference frame data in image format */
116 vpx_image_t img; /**< img structure to populate (output) */
H A Dvpx_decoder.h242 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
261 const vpx_image_t *img);
301 const vpx_image_t *img,
/external/libvpx/libvpx/
H A Dtools_common.h123 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame);
141 // of vpx_image_t support
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);
H A Dy4minput.h67 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dutil.h22 static double compute_psnr(const vpx_image_t *img1,
23 const vpx_image_t *img2) {
H A Dy4m_video_source.h27 img_(new vpx_image_t()),
70 virtual vpx_image_t *img() const {
106 testing::internal::scoped_ptr<vpx_image_t> img_;
H A Dencode_test_driver.cc40 const vpx_image_t *img = video.img();
110 static bool compare_img(const vpx_image_t *img1,
111 const vpx_image_t *img2) {
136 void EncoderTest::MismatchHook(const vpx_image_t* /*img1*/,
137 const vpx_image_t* /*img2*/) {
204 const vpx_image_t *img_enc = encoder->GetPreviewFrame();
206 const vpx_image_t *img_dec = dec_iter.Next();
H A Dencode_test_driver.h107 const vpx_image_t *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*/,
/external/libvpx/libvpx/test/
H A Dutil.h22 static double compute_psnr(const vpx_image_t *img1,
23 const vpx_image_t *img2) {
H A Dy4m_video_source.h27 img_(new vpx_image_t()),
64 virtual vpx_image_t *img() const {
100 testing::internal::scoped_ptr<vpx_image_t> img_;
H A Dencode_test_driver.cc40 const vpx_image_t *img = video.img();
107 static bool compare_img(const vpx_image_t *img1,
108 const vpx_image_t *img2) {
133 void EncoderTest::MismatchHook(const vpx_image_t *img1,
134 const vpx_image_t *img2) {
198 const vpx_image_t *img_enc = encoder->GetPreviewFrame();
200 const vpx_image_t *img_dec = dec_iter.Next();
H A Dvideo_source.h54 // vpx_image_t images with associated timestamps and duration.
66 virtual vpx_image_t *img() const = 0;
103 virtual vpx_image_t *img() const {
134 vpx_image_t *img_;
H A Ddecode_test_driver.cc41 const vpx_image_t *img = NULL;
H A Dencode_test_driver.h107 const vpx_image_t *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,
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_image.c18 static vpx_image_t *img_alloc_helper(vpx_image_t *img,
130 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t));
137 memset(img, 0, sizeof(vpx_image_t));
177 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
185 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
196 int vpx_img_set_rect(vpx_image_t *im
[all...]
/external/libvpx/libvpx/vpx/src/
H A Dvpx_image.c43 static vpx_image_t *img_alloc_helper(vpx_image_t *img,
137 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t));
144 memset(img, 0, sizeof(vpx_image_t));
178 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
186 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
197 int vpx_img_set_rect(vpx_image_t *im
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.h126 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame);
144 // of vpx_image_t support
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);
H A Dy4minput.h68 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx.h15 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
50 vpx_image_t* last_image_;
H A Dvideo_encoder_vpx.h14 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
64 scoped_ptr<vpx_image_t> image_;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.h23 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
142 vpx_image_t* raw_;
219 int ReturnFrame(const vpx_image_t* img,

Completed in 3081 milliseconds

12345