Searched refs:vpx_image_t (Results 76 - 100 of 103) sorted by relevance

12345

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_encoder.c201 const vpx_image_t *img,
323 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx) {
324 vpx_image_t *img = NULL;
/external/libvpx/libvpx/vpx/src/
H A Dvpx_encoder.c205 const vpx_image_t *img,
327 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx) {
328 vpx_image_t *img = NULL;
/external/libvpx/libvpx/test/
H A Dvp9_thread_test.cc119 const vpx_image_t *img = NULL;
H A Dresize_test.cc137 virtual void DecompressedFrameHook(const vpx_image_t &img,
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c56 vpx_image_t raw[kNumEncoders];
221 vpx_image_t *const prev = &raw[i - 1];
H A Dvp9_spatial_svc_encoder.c280 vpx_image_t raw;
H A Dvpx_temporal_svc_encoder.c445 vpx_image_t raw;
/external/libvpx/libvpx/
H A Dvpxdec.c121 static int vpx_image_scale(vpx_image_t *src, vpx_image_t *dst,
237 static void update_image_md5(const vpx_image_t *img, const int planes[3],
255 static void write_image_file(const vpx_image_t *img, const int planes[3],
517 vpx_image_t *scaled_img = NULL;
793 vpx_image_t *img;
H A Dvpxenc.c97 int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) {
469 static void find_mismatch(const vpx_image_t *const img1,
470 const vpx_image_t *const img2,
559 static int compare_img(const vpx_image_t *const img1,
560 const vpx_image_t *const img2) {
1440 vpx_image_t enc_img, dec_img;
1516 vpx_image_t raw;
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c69 vpx_image_t img;
283 static void yuvconfig2image(vpx_image_t *img,
573 static vpx_image_t *vp8_get_frame(vpx_codec_alg_priv_t *ctx,
576 vpx_image_t *img = NULL;
704 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img,
H A Dvp8_cx_iface.c86 vpx_image_t preview_img;
265 const vpx_image_t *img)
675 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img,
742 const vpx_image_t *img,
1042 static vpx_image_t *vp8e_get_preview(vpx_codec_alg_priv_t *ctx)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_dx_iface.c41 vpx_image_t img;
431 static vpx_image_t *decoder_get_frame(vpx_codec_alg_priv_t *ctx,
433 vpx_image_t *img = NULL;
H A Dvp9_cx_iface.c78 vpx_image_t preview_img;
292 const vpx_image_t *img) {
311 static int get_image_bps(const vpx_image_t *img) {
834 const vpx_image_t *img,
1078 static vpx_image_t *encoder_get_preview(vpx_codec_alg_priv_t *ctx) {
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c46 vpx_image_t img;
393 static vpx_image_t *decoder_get_frame(vpx_codec_alg_priv_t *ctx,
395 vpx_image_t *img = NULL;
H A Dvp9_cx_iface.c89 vpx_image_t preview_img;
269 const vpx_image_t *img) {
666 const vpx_image_t *img,
935 static vpx_image_t *encoder_get_preview(vpx_codec_alg_priv_t *ctx) {
/external/chromium_org/media/filters/
H A Dvpx_video_decoder.cc382 const vpx_image_t* vpx_image = vpx_codec_get_frame(vpx_codec_, &iter);
393 const vpx_image_t* vpx_image_alpha = NULL;
/external/chromium_org/media/cast/receiver/
H A Dvideo_decoder.cc132 vpx_image_t* const image = vpx_codec_get_frame(&context_, &iter);
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dresize_test.cc137 virtual void DecompressedFrameHook(const vpx_image_t &img,
H A Dvp9_thread_test.cc180 const vpx_image_t *img = NULL;
H A Dy4m_test.cc55 static void write_image_file(const vpx_image_t *img, FILE *file) {
/external/libvpx/libvpx/examples/
H A Ddecode_with_partial_drops.c254 vpx_image_t *img;
H A Dvp9_spatial_scalable_encoder.c292 vpx_image_t raw;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c76 vpx_image_t preview_img;
255 const vpx_image_t *img)
700 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img,
773 const vpx_image_t *img,
1068 static vpx_image_t *vp8e_get_preview(vpx_codec_alg_priv_t *ctx)
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx.cc112 vpx_image_t* image = vpx_codec_get_frame(codec_.get(), &iter);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc357 // Image in vpx_image_t format.
664 vpx_image_t* img;
811 int VP8DecoderImpl::ReturnFrame(const vpx_image_t* img,

Completed in 388 milliseconds

12345