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

1 2 3 4

  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.h 21 void vp9_copy_and_extend_frame(const YV12_BUFFER_CONFIG *src,
22 YV12_BUFFER_CONFIG *dst);
24 void vp9_copy_and_extend_frame_with_rect(const YV12_BUFFER_CONFIG *src,
25 YV12_BUFFER_CONFIG *dst, int srcy,
vp9_denoiser.h 38 YV12_BUFFER_CONFIG running_avg_y[MAX_REF_FRAMES];
39 YV12_BUFFER_CONFIG mc_running_avg_y;
40 YV12_BUFFER_CONFIG last_source;
62 VP9_DENOISER *denoiser, YV12_BUFFER_CONFIG src, FRAME_TYPE frame_type,
vp9_lookahead.h 29 YV12_BUFFER_CONFIG img;
79 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
vp9_skin_detection.h 34 extern void vp9_write_yuv_frame_420(YV12_BUFFER_CONFIG *s, FILE *f);
vp9_encoder.h 441 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS];
459 YV12_BUFFER_CONFIG *Source;
460 YV12_BUFFER_CONFIG *Last_Source; // NULL for first frame and alt_ref frames
461 YV12_BUFFER_CONFIG *un_scaled_source;
462 YV12_BUFFER_CONFIG scaled_source;
463 YV12_BUFFER_CONFIG *unscaled_last_source;
464 YV12_BUFFER_CONFIG scaled_last_source;
466 YV12_BUFFER_CONFIG raw_unscaled_source;
467 YV12_BUFFER_CONFIG raw_scaled_source;
469 YV12_BUFFER_CONFIG *raw_source_frame
    [all...]
  /external/libvpx/libvpx/vp8/common/
swapyv12buffer.h 20 void vp8_swap_yv12_buffer(YV12_BUFFER_CONFIG *new_frame,
21 YV12_BUFFER_CONFIG *last_frame);
extend.h 20 void vp8_extend_mb_row(YV12_BUFFER_CONFIG *ybf, unsigned char *YPtr,
22 void vp8_copy_and_extend_frame(YV12_BUFFER_CONFIG *src,
23 YV12_BUFFER_CONFIG *dst);
24 void vp8_copy_and_extend_frame_with_rect(YV12_BUFFER_CONFIG *src,
25 YV12_BUFFER_CONFIG *dst, int srcy,
postproc.h 29 int vp8_post_proc_frame(struct VP8Common *oci, YV12_BUFFER_CONFIG *dest,
32 void vp8_de_noise(struct VP8Common *oci, YV12_BUFFER_CONFIG *source,
33 YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag,
36 void vp8_deblock(struct VP8Common *oci, YV12_BUFFER_CONFIG *source,
37 YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag);
setupintrarecon.h 20 extern void vp8_setup_intra_recon(YV12_BUFFER_CONFIG *ybf);
21 extern void vp8_setup_intra_recon_top_line(YV12_BUFFER_CONFIG *ybf);
onyxd.h 45 int vp8dx_get_raw_frame(struct VP8D_COMP *comp, YV12_BUFFER_CONFIG *sd,
51 YV12_BUFFER_CONFIG *sd);
54 YV12_BUFFER_CONFIG *sd);
swapyv12buffer.c 13 void vp8_swap_yv12_buffer(YV12_BUFFER_CONFIG *new_frame,
14 YV12_BUFFER_CONFIG *last_frame) {
onyxc_int.h 76 YV12_BUFFER_CONFIG *frame_to_show;
78 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS];
82 YV12_BUFFER_CONFIG temp_scale_frame;
85 YV12_BUFFER_CONFIG post_proc_buffer;
86 YV12_BUFFER_CONFIG post_proc_buffer_int;
setupintrarecon.c 14 void vp8_setup_intra_recon(YV12_BUFFER_CONFIG *ybf) {
34 void vp8_setup_intra_recon_top_line(YV12_BUFFER_CONFIG *ybf) {
  /external/libvpx/libvpx/vpx_dsp/
psnr.h 39 int64_t vpx_get_y_sse(const YV12_BUFFER_CONFIG *a, const YV12_BUFFER_CONFIG *b);
41 int64_t vpx_highbd_get_y_sse(const YV12_BUFFER_CONFIG *a,
42 const YV12_BUFFER_CONFIG *b);
43 void vpx_calc_highbd_psnr(const YV12_BUFFER_CONFIG *a,
44 const YV12_BUFFER_CONFIG *b, PSNR_STATS *psnr,
47 void vpx_calc_psnr(const YV12_BUFFER_CONFIG *a, const YV12_BUFFER_CONFIG *b,
50 double vpx_psnrhvs(const YV12_BUFFER_CONFIG *source,
51 const YV12_BUFFER_CONFIG *dest, double *phvs_y
    [all...]
ssim.h 69 double vpx_calc_ssim(const YV12_BUFFER_CONFIG *source,
70 const YV12_BUFFER_CONFIG *dest, double *weight);
72 double vpx_calc_fastssim(const YV12_BUFFER_CONFIG *source,
73 const YV12_BUFFER_CONFIG *dest, double *ssim_y,
78 double vpx_highbd_calc_ssim(const YV12_BUFFER_CONFIG *source,
79 const YV12_BUFFER_CONFIG *dest, double *weight,
  /external/libvpx/libvpx/vpx_scale/
vpx_scale.h 16 extern void vpx_scale_frame(YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst,
yv12config.h 29 typedef struct yv12_buffer_config { struct
65 } YV12_BUFFER_CONFIG;
69 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
71 int vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width,
73 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf);
75 int vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
89 int vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
97 int vpx_free_frame_buffer(YV12_BUFFER_CONFIG *ybf);
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.h 40 int vp9_post_proc_frame(struct VP9Common *cm, YV12_BUFFER_CONFIG *dest,
43 void vp9_denoise(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int q,
46 void vp9_deblock(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int q,
vp9_thread_common.h 50 void vp9_loop_filter_frame_mt(YV12_BUFFER_CONFIG *frame, struct VP9Common *cm,
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 20 YV12_BUFFER_CONFIG img;
59 int vp8_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
denoising.h 69 YV12_BUFFER_CONFIG yv12_running_avg[MAX_REF_FRAMES];
70 YV12_BUFFER_CONFIG yv12_mc_running_avg;
72 YV12_BUFFER_CONFIG yv12_last_source;
picklpf.c 24 extern int vp8_calc_ss_err(YV12_BUFFER_CONFIG *source,
25 YV12_BUFFER_CONFIG *dest);
27 static void yv12_copy_partial_frame(YV12_BUFFER_CONFIG *src_ybc,
28 YV12_BUFFER_CONFIG *dst_ybc) {
55 static int calc_partial_ssl_err(YV12_BUFFER_CONFIG *source,
56 YV12_BUFFER_CONFIG *dest) {
130 void vp8cx_pick_filter_level_fast(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi) {
139 YV12_BUFFER_CONFIG *saved_frame = cm->frame_to_show;
256 void vp8cx_pick_filter_level(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi) {
276 YV12_BUFFER_CONFIG *saved_frame = cm->frame_to_show
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 84 int vp9_get_raw_frame(struct VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd,
89 YV12_BUFFER_CONFIG *sd);
93 YV12_BUFFER_CONFIG *sd);
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 27 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf) {
38 memset(ybf, 0, sizeof(YV12_BUFFER_CONFIG));
46 int vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width,
107 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
119 int vpx_free_frame_buffer(YV12_BUFFER_CONFIG *ybf) {
128 memset(ybf, 0, sizeof(YV12_BUFFER_CONFIG));
136 int vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
260 int vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
  /external/libvpx/libvpx/test/
vpx_scale_test.cc 22 typedef void (*ExtendFrameBorderFunc)(YV12_BUFFER_CONFIG *ybf);
23 typedef void (*CopyFrameFunc)(const YV12_BUFFER_CONFIG *src_ybf,
24 YV12_BUFFER_CONFIG *dst_ybf);
147 void CompareImages(const YV12_BUFFER_CONFIG actual) {
153 YV12_BUFFER_CONFIG img_;
154 YV12_BUFFER_CONFIG ref_img_;
155 YV12_BUFFER_CONFIG cpy_img_;

Completed in 353 milliseconds

1 2 3 4