/external/libvpx/libvpx/vpx_scale/ |
D | vpx_scale_asm_offsets.c | 20 DEFINE(yv12_buffer_config_y_width, offsetof(YV12_BUFFER_CONFIG, y_width)); 21 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height)); 22 DEFINE(yv12_buffer_config_y_stride, offsetof(YV12_BUFFER_CONFIG, y_stride)); 23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width)); 24 DEFINE(yv12_buffer_config_uv_height, offsetof(YV12_BUFFER_CONFIG, uv_height)); 25 DEFINE(yv12_buffer_config_uv_stride, offsetof(YV12_BUFFER_CONFIG, uv_stride)); 26 DEFINE(yv12_buffer_config_y_buffer, offsetof(YV12_BUFFER_CONFIG, y_buffer)); 27 DEFINE(yv12_buffer_config_u_buffer, offsetof(YV12_BUFFER_CONFIG, u_buffer)); 28 DEFINE(yv12_buffer_config_v_buffer, offsetof(YV12_BUFFER_CONFIG, v_buffer)); 29 DEFINE(yv12_buffer_config_border, offsetof(YV12_BUFFER_CONFIG, border));
|
D | yv12config.h | 56 } YV12_BUFFER_CONFIG; typedef 58 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, 60 int vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, 62 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf); 64 int vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, 74 int vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, 80 int vp9_free_frame_buffer(YV12_BUFFER_CONFIG *ybf);
|
D | vpx_scale.h | 17 extern void vpx_scale_frame(YV12_BUFFER_CONFIG *src, 18 YV12_BUFFER_CONFIG *dst,
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 257 YV12_BUFFER_CONFIG *Source; 258 YV12_BUFFER_CONFIG *Last_Source; // NULL for first frame and alt_ref frames 259 YV12_BUFFER_CONFIG *un_scaled_source; 260 YV12_BUFFER_CONFIG scaled_source; 261 YV12_BUFFER_CONFIG *unscaled_last_source; 262 YV12_BUFFER_CONFIG scaled_last_source; 287 YV12_BUFFER_CONFIG last_frame_uf; 356 YV12_BUFFER_CONFIG alt_ref_buffer; 357 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS]; 447 YV12_BUFFER_CONFIG *sd, int64_t time_stamp, [all …]
|
D | vp9_extend.h | 22 void vp9_copy_and_extend_frame(const YV12_BUFFER_CONFIG *src, 23 YV12_BUFFER_CONFIG *dst); 25 void vp9_copy_and_extend_frame_with_rect(const YV12_BUFFER_CONFIG *src, 26 YV12_BUFFER_CONFIG *dst,
|
D | vp9_ssim.h | 20 double vp9_calc_ssim(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, 23 double vp9_calc_ssimg(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest,
|
D | vp9_denoiser.h | 27 YV12_BUFFER_CONFIG running_avg_y[MAX_REF_FRAMES]; 28 YV12_BUFFER_CONFIG mc_running_avg_y; 33 YV12_BUFFER_CONFIG src,
|
/external/libvpx/libvpx/vp8/common/ |
D | extend.h | 21 void vp8_extend_mb_row(YV12_BUFFER_CONFIG *ybf, unsigned char *YPtr, unsigned char *UPtr, unsigned … 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,
|
D | postproc.h | 33 int vp8_post_proc_frame(struct VP8Common *oci, YV12_BUFFER_CONFIG *dest, 38 YV12_BUFFER_CONFIG *source, 39 YV12_BUFFER_CONFIG *post, 45 YV12_BUFFER_CONFIG *source, 46 YV12_BUFFER_CONFIG *post,
|
D | onyxc_int.h | 81 YV12_BUFFER_CONFIG *frame_to_show; 83 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS]; 87 YV12_BUFFER_CONFIG temp_scale_frame; 90 YV12_BUFFER_CONFIG post_proc_buffer; 91 YV12_BUFFER_CONFIG post_proc_buffer_int;
|
D | onyxd.h | 53 …int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64… 55 …_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd); 56 …_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
|
D | onyx.h | 262 …int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd,… 264 …int vp8_get_preview_raw_frame(struct VP8_COMP* comp, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t *flag… 268 …t_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd); 269 …t_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
|
D | extend.c | 75 void vp8_copy_and_extend_frame(YV12_BUFFER_CONFIG *src, in vp8_copy_and_extend_frame() 76 YV12_BUFFER_CONFIG *dst) in vp8_copy_and_extend_frame() 105 void vp8_copy_and_extend_frame_with_rect(YV12_BUFFER_CONFIG *src, in vp8_copy_and_extend_frame_with_rect() 106 YV12_BUFFER_CONFIG *dst, in vp8_copy_and_extend_frame_with_rect() 160 void vp8_extend_mb_row(YV12_BUFFER_CONFIG *ybf, in vp8_extend_mb_row()
|
D | swapyv12buffer.h | 21 void vp8_swap_yv12_buffer(YV12_BUFFER_CONFIG *new_frame, YV12_BUFFER_CONFIG *last_frame);
|
D | setupintrarecon.h | 19 extern void vp8_setup_intra_recon(YV12_BUFFER_CONFIG *ybf); 20 extern void vp8_setup_intra_recon_top_line(YV12_BUFFER_CONFIG *ybf);
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.h | 35 YV12_BUFFER_CONFIG *dest, vp9_ppflags_t *flags); 37 void vp9_denoise(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int q); 39 void vp9_deblock(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int q);
|
D | vp9_postproc.c | 232 static void deblock_and_de_macro_block(YV12_BUFFER_CONFIG *source, in deblock_and_de_macro_block() 233 YV12_BUFFER_CONFIG *post, in deblock_and_de_macro_block() 260 void vp9_deblock(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, in vp9_deblock() 280 void vp9_denoise(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, in vp9_denoise() 386 YV12_BUFFER_CONFIG *dest, vp9_ppflags_t *ppflags) { in vp9_post_proc_frame() 389 YV12_BUFFER_CONFIG *const ppbuf = &cm->post_proc_buffer; in vp9_post_proc_frame()
|
D | vp9_loopfilter.h | 107 void vp9_loop_filter_frame(YV12_BUFFER_CONFIG *frame, 114 void vp9_loop_filter_rows(const YV12_BUFFER_CONFIG *frame_buffer, 120 const YV12_BUFFER_CONFIG *frame_buffer;
|
/external/libvpx/libvpx/vp8/encoder/ |
D | picklpf.c | 24 extern int vp8_calc_ss_err(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest); 26 void vp8_yv12_copy_partial_frame_c(YV12_BUFFER_CONFIG *src_ybc, in vp8_yv12_copy_partial_frame_c() 27 YV12_BUFFER_CONFIG *dst_ybc) in vp8_yv12_copy_partial_frame_c() 55 static int calc_partial_ssl_err(YV12_BUFFER_CONFIG *source, in calc_partial_ssl_err() 56 YV12_BUFFER_CONFIG *dest) in calc_partial_ssl_err() 136 void vp8cx_pick_filter_level_fast(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi) in vp8cx_pick_filter_level_fast() 146 YV12_BUFFER_CONFIG * saved_frame = cm->frame_to_show; in vp8cx_pick_filter_level_fast() 266 void vp8cx_pick_filter_level(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi) in vp8cx_pick_filter_level() 288 YV12_BUFFER_CONFIG * saved_frame = cm->frame_to_show; in vp8cx_pick_filter_level()
|
D | onyx_int.h | 319 YV12_BUFFER_CONFIG *Source; 320 YV12_BUFFER_CONFIG *un_scaled_source; 321 YV12_BUFFER_CONFIG scaled_source; 322 YV12_BUFFER_CONFIG *last_frame_unscaled_source; 339 YV12_BUFFER_CONFIG pick_lf_lvl_frame; 606 YV12_BUFFER_CONFIG alt_ref_buffer; 607 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS];
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 28 vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf) { in vp8_yv12_de_alloc_frame_buffer() 39 vpx_memset(ybf, 0, sizeof(YV12_BUFFER_CONFIG)); in vp8_yv12_de_alloc_frame_buffer() 47 int vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, in vp8_yv12_realloc_frame_buffer() 108 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, in vp8_yv12_alloc_frame_buffer() 120 int vp9_free_frame_buffer(YV12_BUFFER_CONFIG *ybf) { in vp9_free_frame_buffer() 129 vpx_memset(ybf, 0, sizeof(YV12_BUFFER_CONFIG)); in vp9_free_frame_buffer() 137 int vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, in vp9_realloc_frame_buffer() 253 int vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, in vp9_alloc_frame_buffer()
|
D | yv12extend.c | 58 void vp8_yv12_extend_frame_borders_c(YV12_BUFFER_CONFIG *ybf) { in vp8_yv12_extend_frame_borders_c() 87 static void extend_frame(YV12_BUFFER_CONFIG *const ybf, int ext_size) { in extend_frame() 115 void vp9_extend_frame_borders_c(YV12_BUFFER_CONFIG *ybf) { in vp9_extend_frame_borders_c() 119 void vp9_extend_frame_inner_borders_c(YV12_BUFFER_CONFIG *ybf) { in vp9_extend_frame_inner_borders_c() 129 void vp8_yv12_copy_frame_c(const YV12_BUFFER_CONFIG *src_ybc, in vp8_yv12_copy_frame_c() 130 YV12_BUFFER_CONFIG *dst_ybc) { in vp8_yv12_copy_frame_c() 170 void vpx_yv12_copy_y_c(const YV12_BUFFER_CONFIG *src_ybc, in vpx_yv12_copy_y_c() 171 YV12_BUFFER_CONFIG *dst_ybc) { in vpx_yv12_copy_y_c()
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.cc | 23 typedef void (*ExtendFrameBorderFunc)(YV12_BUFFER_CONFIG *ybf); 24 typedef void (*CopyFrameFunc)(const YV12_BUFFER_CONFIG *src_ybf, 25 YV12_BUFFER_CONFIG *dst_ybf); 156 void CompareImages(const YV12_BUFFER_CONFIG actual) { in CompareImages() 162 YV12_BUFFER_CONFIG img_; 163 YV12_BUFFER_CONFIG ref_img_; 164 YV12_BUFFER_CONFIG cpy_img_;
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.h | 66 int vp9_get_raw_frame(struct VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd, 71 YV12_BUFFER_CONFIG *sd); 75 YV12_BUFFER_CONFIG *sd);
|
D | vp9_decoder.c | 109 static int equal_dimensions(const YV12_BUFFER_CONFIG *a, in equal_dimensions() 110 const YV12_BUFFER_CONFIG *b) { in equal_dimensions() 117 YV12_BUFFER_CONFIG *sd) { in vp9_copy_reference_dec() 126 const YV12_BUFFER_CONFIG *const cfg = in vp9_copy_reference_dec() 144 YV12_BUFFER_CONFIG *sd) { in vp9_set_reference_dec() 282 int vp9_get_raw_frame(VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd, in vp9_get_raw_frame()
|