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

1 2

  /external/libvpx/libvpx/vp8/common/
swapyv12buffer.h 17 void vp8_swap_yv12_buffer(YV12_BUFFER_CONFIG *new_frame, YV12_BUFFER_CONFIG *last_frame);
extend.h 17 void vp8_extend_mb_row(YV12_BUFFER_CONFIG *ybf, unsigned char *YPtr, unsigned char *UPtr, unsigned char *VPtr);
18 void vp8_copy_and_extend_frame(YV12_BUFFER_CONFIG *src,
19 YV12_BUFFER_CONFIG *dst);
20 void vp8_copy_and_extend_frame_with_rect(YV12_BUFFER_CONFIG *src,
21 YV12_BUFFER_CONFIG *dst,
asm_com_offsets.c 25 DEFINE(yv12_buffer_config_y_width, offsetof(YV12_BUFFER_CONFIG, y_width));
26 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height));
27 DEFINE(yv12_buffer_config_y_stride, offsetof(YV12_BUFFER_CONFIG, y_stride));
28 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
29 DEFINE(yv12_buffer_config_uv_height, offsetof(YV12_BUFFER_CONFIG, uv_height));
30 DEFINE(yv12_buffer_config_uv_stride, offsetof(YV12_BUFFER_CONFIG, uv_stride));
31 DEFINE(yv12_buffer_config_y_buffer, offsetof(YV12_BUFFER_CONFIG, y_buffer));
32 DEFINE(yv12_buffer_config_u_buffer, offsetof(YV12_BUFFER_CONFIG, u_buffer));
33 DEFINE(yv12_buffer_config_v_buffer, offsetof(YV12_BUFFER_CONFIG, v_buffer));
34 DEFINE(yv12_buffer_config_border, offsetof(YV12_BUFFER_CONFIG, border))
    [all...]
postproc.h 29 int vp8_post_proc_frame(struct VP8Common *oci, YV12_BUFFER_CONFIG *dest,
34 YV12_BUFFER_CONFIG *source,
35 YV12_BUFFER_CONFIG *post,
41 YV12_BUFFER_CONFIG *source,
42 YV12_BUFFER_CONFIG *post,
setupintrarecon.h 13 extern void vp8_setup_intra_recon(YV12_BUFFER_CONFIG *ybf);
14 extern void vp8_setup_intra_recon_top_line(YV12_BUFFER_CONFIG *ybf);
onyxd.h 54 int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags);
56 vpx_codec_err_t vp8dx_get_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
57 vpx_codec_err_t vp8dx_set_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
swapyv12buffer.c 14 void vp8_swap_yv12_buffer(YV12_BUFFER_CONFIG *new_frame, YV12_BUFFER_CONFIG *last_frame)
onyxc_int.h 78 YV12_BUFFER_CONFIG *frame_to_show;
80 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS];
84 YV12_BUFFER_CONFIG temp_scale_frame;
87 YV12_BUFFER_CONFIG post_proc_buffer;
88 YV12_BUFFER_CONFIG post_proc_buffer_int;
setupintrarecon.c 15 void vp8_setup_intra_recon(YV12_BUFFER_CONFIG *ybf)
34 void vp8_setup_intra_recon_top_line(YV12_BUFFER_CONFIG *ybf)
onyx.h 251 int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp);
253 int vp8_get_preview_raw_frame(struct VP8_COMP* comp, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t *flags);
257 int vp8_get_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
258 int vp8_set_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
extend.c 75 void vp8_copy_and_extend_frame(YV12_BUFFER_CONFIG *src,
76 YV12_BUFFER_CONFIG *dst)
105 void vp8_copy_and_extend_frame_with_rect(YV12_BUFFER_CONFIG *src,
106 YV12_BUFFER_CONFIG *dst,
160 void vp8_extend_mb_row(YV12_BUFFER_CONFIG *ybf,
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend_generic.h 17 void vp8_yv12_extend_frame_borders(YV12_BUFFER_CONFIG *ybf);
20 void vp8_yv12_copy_frame(YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc);
23 void vp8_yv12_copy_y_c(YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc);
yv12config.c 23 vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf) {
30 vpx_memset(ybf, 0, sizeof(YV12_BUFFER_CONFIG));
42 vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border) {
yv12extend.c 24 vp8_yv12_extend_frame_borders_c(YV12_BUFFER_CONFIG *ybf) {
142 extend_frame_borders_yonly_c(YV12_BUFFER_CONFIG *ybf) {
214 vp8_yv12_copy_frame_c(YV12_BUFFER_CONFIG *src_ybc,
215 YV12_BUFFER_CONFIG *dst_ybc) {
249 void vp8_yv12_copy_y_c(YV12_BUFFER_CONFIG *src_ybc,
250 YV12_BUFFER_CONFIG *dst_ybc) {
  /external/libvpx/libvpx/vpx_scale/
vpxscale.h 17 extern void vp8_yv12_scale_or_center(YV12_BUFFER_CONFIG *src_yuv_config,
18 YV12_BUFFER_CONFIG *dst_yuv_config,
27 extern void vp8_scale_frame(YV12_BUFFER_CONFIG *src,
28 YV12_BUFFER_CONFIG *dst,
yv12config.h 41 typedef struct yv12_buffer_config { struct
63 } YV12_BUFFER_CONFIG;
65 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border);
66 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf);
  /external/libvpx/libvpx/vp8/encoder/
denoising.h 27 YV12_BUFFER_CONFIG yv12_running_avg[MAX_REF_FRAMES];
28 YV12_BUFFER_CONFIG yv12_mc_running_avg;
lookahead.h 17 YV12_BUFFER_CONFIG img;
62 YV12_BUFFER_CONFIG *src,
picklpf.c 23 extern int vp8_calc_ss_err(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest);
25 void vp8_yv12_copy_partial_frame_c(YV12_BUFFER_CONFIG *src_ybc,
26 YV12_BUFFER_CONFIG *dst_ybc)
54 static int calc_partial_ssl_err(YV12_BUFFER_CONFIG *source,
55 YV12_BUFFER_CONFIG *dest)
135 void vp8cx_pick_filter_level_fast(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi)
145 YV12_BUFFER_CONFIG * saved_frame = cm->frame_to_show;
265 void vp8cx_pick_filter_level(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi)
287 YV12_BUFFER_CONFIG * saved_frame = cm->frame_to_show
    [all...]
denoising.c 54 int vp8_denoiser_filter_c(YV12_BUFFER_CONFIG *mc_running_avg,
55 YV12_BUFFER_CONFIG *running_avg, MACROBLOCK *signal,
205 YV12_BUFFER_CONFIG *src = &denoiser->yv12_running_avg[frame];
206 YV12_BUFFER_CONFIG *dst = &denoiser->yv12_mc_running_avg;
207 YV12_BUFFER_CONFIG saved_pre,saved_dst;
ssim.c 176 YV12_BUFFER_CONFIG *source,
177 YV12_BUFFER_CONFIG *dest,
206 YV12_BUFFER_CONFIG *source,
207 YV12_BUFFER_CONFIG *dest,
onyx_int.h 318 YV12_BUFFER_CONFIG *Source;
319 YV12_BUFFER_CONFIG *un_scaled_source;
320 YV12_BUFFER_CONFIG scaled_source;
321 YV12_BUFFER_CONFIG *last_frame_unscaled_source;
337 YV12_BUFFER_CONFIG pick_lf_lvl_frame;
617 YV12_BUFFER_CONFIG alt_ref_buffer;
618 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS];
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 19 void vp8_yv12_copy_partial_frame_neon(YV12_BUFFER_CONFIG *src_ybc,
20 YV12_BUFFER_CONFIG *dst_ybc)
  /external/libvpx/libvpx/vpx_scale/include/generic/
vpxscale_arbitrary.h 50 void bicubic_scale_frame(YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst,
  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 40 YV12_BUFFER_CONFIG *dec_fb_ref[NUM_YV12_BUFFERS];

Completed in 4776 milliseconds

1 2