Searched refs:vpx_image_t (Results 51 - 75 of 103) sorted by relevance

12345

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Derror_resilience_test.cc104 virtual void MismatchHook(const vpx_image_t *img1,
105 const vpx_image_t *img2) {
H A Dtile_independence_test.cc66 const vpx_image_t *img = dec->GetDxData().Next();
H A Ddecode_test_driver.cc99 const vpx_image_t *img = NULL;
H A Dexternal_frame_buffer_test.cc114 void CheckXImageFrameBuffer(const vpx_image_t *img) {
227 virtual void DecompressedFrameHook(const vpx_image_t &img,
335 const vpx_image_t *img = NULL;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_encoder.h901 const vpx_image_t *img,
995 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx);
/external/libvpx/libvpx/examples/
H A Dsimple_encoder.c122 vpx_image_t *img,
154 vpx_image_t raw;
H A Dvp8cx_set_ref.c69 vpx_image_t *img,
100 vpx_image_t raw;
H A Ddecode_with_drops.c118 vpx_image_t *img = NULL;
H A Dpostproc.c101 vpx_image_t *img = NULL;
H A Dtwopass_encoder.c70 const vpx_image_t *img,
95 const vpx_image_t *img,
127 vpx_image_t raw;
H A Dvp8_multi_resolution_encoder.c67 int (*read_frame_p)(FILE *f, vpx_image_t *img);
69 static int read_frame(FILE *f, vpx_image_t *img) {
83 static int read_frame_by_row(FILE *f, vpx_image_t *img) {
179 vpx_image_t raw[NUM_ENCODERS];
H A Dset_maps.c128 vpx_image_t *img,
159 vpx_image_t raw = {0};
/external/libvpx/libvpx/test/
H A Derror_resilience_test.cc104 virtual void MismatchHook(const vpx_image_t *img1,
105 const vpx_image_t *img2) {
H A Dtile_independence_test.cc66 const vpx_image_t *img = dec->GetDxData().Next();
H A Dexternal_frame_buffer_test.cc110 void CheckXImageFrameBuffer(const vpx_image_t *img) {
223 virtual void DecompressedFrameHook(const vpx_image_t &img,
330 const vpx_image_t *img = NULL;
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h842 const vpx_image_t *img,
936 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx);
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Ddecode_with_drops.c116 vpx_image_t *img = NULL;
H A Dpostproc.c99 vpx_image_t *img = NULL;
H A Dset_maps.c129 vpx_image_t *img,
165 vpx_image_t raw;
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h218 typedef vpx_image_t *(*vpx_codec_get_frame_fn_t)(vpx_codec_alg_priv_t *ctx,
285 const vpx_image_t *img,
299 typedef vpx_image_t *
/external/chromium_org/remoting/codec/
H A Dvideo_encoder_vpx.cc153 scoped_ptr<vpx_image_t>* out_image,
157 scoped_ptr<vpx_image_t> image(new vpx_image_t());
158 memset(image.get(), 0, sizeof(vpx_image_t));
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_decoder.c129 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
131 vpx_image_t *img;
/external/libvpx/libvpx/vpx/src/
H A Dvpx_decoder.c134 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
136 vpx_image_t *img;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_dx_iface.c62 vpx_image_t img;
252 static void yuvconfig2image(vpx_image_t *img,
519 static vpx_image_t *vp8_get_frame(vpx_codec_alg_priv_t *ctx,
522 vpx_image_t *img = NULL;
567 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img,
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c102 int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) {
484 static void find_mismatch_high(const vpx_image_t *const img1,
485 const vpx_image_t *const img2,
578 static void find_mismatch(const vpx_image_t *const img1,
579 const vpx_image_t *const img2,
668 static int compare_img(const vpx_image_t *const img1,
669 const vpx_image_t *const img2) {
1722 static void high_img_upshift(vpx_image_t *dst, vpx_image_t *src,
1761 static void low_img_upshift(vpx_image_t *ds
[all...]

Completed in 2238 milliseconds

12345