HomeSort by relevance Sort by last modified time
    Searched refs:vpx_image_t (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 146 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
174 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
199 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
220 int vpx_img_set_rect(vpx_image_t *img,
234 void vpx_img_flip(vpx_image_t *img);
242 void vpx_img_free(vpx_image_t *img);
vp8.h 107 vpx_image_t img; /**< reference frame data in image format */
116 vpx_image_t img; /**< img structure to populate (output) */
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,
  /external/libvpx/libvpx/vpx/
vpx_image.h 148 } 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);
vp8.h 107 vpx_image_t img; /**< reference frame data in image format */
116 vpx_image_t img; /**< img structure to populate (output) */
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,
  /external/libvpx/libvpx/
tools_common.h 118 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame);
136 // of vpx_image_t support
137 int vpx_img_plane_width(const vpx_image_t *img, int plane);
138 int vpx_img_plane_height(const vpx_image_t *img, int plane);
139 void vpx_img_write(const vpx_image_t *img, FILE *file);
140 int vpx_img_read(vpx_image_t *img, FILE *file);
y4minput.h 68 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 123 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);
y4minput.h 67 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
  /external/libvpx/libvpx/test/
util.h 22 static double compute_psnr(const vpx_image_t *img1,
23 const vpx_image_t *img2) {
y4m_video_source.h 27 img_(new vpx_image_t()),
70 virtual vpx_image_t *img() const {
106 testing::internal::scoped_ptr<vpx_image_t> img_;
encode_test_driver.cc 40 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();
encode_test_driver.h 107 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,
i420_video_source.h 67 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; }
105 vpx_image_t *img_;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
util.h 22 static double compute_psnr(const vpx_image_t *img1,
23 const vpx_image_t *img2) {
y4m_video_source.h 27 img_(new vpx_image_t()),
64 virtual vpx_image_t *img() const {
100 testing::internal::scoped_ptr<vpx_image_t> img_;
encode_test_driver.cc 40 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();
video_source.h 54 // 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_;
decode_test_driver.cc 41 const vpx_image_t *img = NULL;
encode_test_driver.h 107 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,
md5_helper.h 24 void Add(const vpx_image_t *img) {
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 44 static vpx_image_t *img_alloc_helper(vpx_image_t *img,
156 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t));
163 memset(img, 0, sizeof(vpx_image_t));
203 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
211 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
222 int vpx_img_set_rect(vpx_image_t *img
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 43 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 *img
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 64 vpx_image_t *mImg;

Completed in 3775 milliseconds

1 2 3 4