Home
last modified time | relevance | path

Searched refs:YV12_BUFFER_CONFIG (Results 1 – 25 of 77) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dvpx_scale_asm_offsets.c20 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));
Dyv12config.h58 } YV12_BUFFER_CONFIG; typedef
60 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
62 int vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
64 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf);
66 int vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
76 int vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
82 int vp9_free_frame_buffer(YV12_BUFFER_CONFIG *ybf);
Dvpx_scale.h17 extern void vpx_scale_frame(YV12_BUFFER_CONFIG *src,
18 YV12_BUFFER_CONFIG *dst,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dextend.h21 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,
Dpostproc.h33 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,
Donyxc_int.h81 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;
Donyxd.h53 …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);
Dswapyv12buffer.h21 void vp8_swap_yv12_buffer(YV12_BUFFER_CONFIG *new_frame, YV12_BUFFER_CONFIG *last_frame);
Donyx.h252 …int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd,…
254 …int vp8_get_preview_raw_frame(struct VP8_COMP* comp, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t *flag…
258 …t_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
259 …t_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
Dsetupintrarecon.h19 extern void vp8_setup_intra_recon(YV12_BUFFER_CONFIG *ybf);
20 extern void vp8_setup_intra_recon_top_line(YV12_BUFFER_CONFIG *ybf);
Dextend.c75 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()
Dswapyv12buffer.c14 void vp8_swap_yv12_buffer(YV12_BUFFER_CONFIG *new_frame, YV12_BUFFER_CONFIG *last_frame) in vp8_swap_yv12_buffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.h35 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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h299 YV12_BUFFER_CONFIG *Source;
300 YV12_BUFFER_CONFIG *Last_Source; // NULL for first frame and alt_ref frames
301 YV12_BUFFER_CONFIG *un_scaled_source;
302 YV12_BUFFER_CONFIG scaled_source;
303 YV12_BUFFER_CONFIG *unscaled_last_source;
304 YV12_BUFFER_CONFIG scaled_last_source;
332 YV12_BUFFER_CONFIG last_frame_uf;
444 YV12_BUFFER_CONFIG alt_ref_buffer;
445 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS];
530 YV12_BUFFER_CONFIG *sd, int64_t time_stamp,
[all …]
Dvp9_extend.h22 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,
Dvp9_lookahead.h27 YV12_BUFFER_CONFIG img;
68 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decoder.h71 YV12_BUFFER_CONFIG *sd,
77 YV12_BUFFER_CONFIG *sd);
81 YV12_BUFFER_CONFIG *sd);
84 int index, YV12_BUFFER_CONFIG **fb);
Dvp9_decoder.c38 const YV12_BUFFER_CONFIG *s, in recon_write_yuv_frame()
70 void write_dx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame) { in write_dx_frame_to_file()
179 static int equal_dimensions(const YV12_BUFFER_CONFIG *a, in equal_dimensions()
180 const YV12_BUFFER_CONFIG *b) { in equal_dimensions()
187 YV12_BUFFER_CONFIG *sd) { in vp9_copy_reference_dec()
196 const YV12_BUFFER_CONFIG *const cfg = in vp9_copy_reference_dec()
214 YV12_BUFFER_CONFIG *sd) { in vp9_set_reference_dec()
255 int vp9_get_reference_dec(VP9D_COMP *pbi, int index, YV12_BUFFER_CONFIG **fb) { in vp9_get_reference_dec()
406 int vp9_get_raw_frame(VP9D_COMP *pbi, YV12_BUFFER_CONFIG *sd, in vp9_get_raw_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dpicklpf.c24 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()
Ddenoising.h31 YV12_BUFFER_CONFIG yv12_running_avg[MAX_REF_FRAMES];
32 YV12_BUFFER_CONFIG yv12_mc_running_avg;
Dlookahead.h21 YV12_BUFFER_CONFIG img;
66 YV12_BUFFER_CONFIG *src,
Ddenoising.c54 int vp8_denoiser_filter_c(YV12_BUFFER_CONFIG *mc_running_avg, in vp8_denoiser_filter_c()
55 YV12_BUFFER_CONFIG *running_avg, MACROBLOCK *signal, in vp8_denoiser_filter_c()
204 YV12_BUFFER_CONFIG *src = &denoiser->yv12_running_avg[frame]; in vp8_denoiser_denoise_mb()
205 YV12_BUFFER_CONFIG *dst = &denoiser->yv12_mc_running_avg; in vp8_denoiser_denoise_mb()
206 YV12_BUFFER_CONFIG saved_pre,saved_dst; in vp8_denoiser_denoise_mb()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12extend.c58 void vp8_yv12_extend_frame_borders_c(YV12_BUFFER_CONFIG *ybf) { in vp8_yv12_extend_frame_borders_c()
84 static void extend_frame(YV12_BUFFER_CONFIG *const ybf, int ext_size) { in extend_frame()
111 void vp9_extend_frame_borders_c(YV12_BUFFER_CONFIG *ybf) { in vp9_extend_frame_borders_c()
115 void vp9_extend_frame_inner_borders_c(YV12_BUFFER_CONFIG *ybf) { in vp9_extend_frame_inner_borders_c()
125 void vp8_yv12_copy_frame_c(const YV12_BUFFER_CONFIG *src_ybc, in vp8_yv12_copy_frame_c()
126 YV12_BUFFER_CONFIG *dst_ybc) { in vp8_yv12_copy_frame_c()
166 void vpx_yv12_copy_y_c(const YV12_BUFFER_CONFIG *src_ybc, in vpx_yv12_copy_y_c()
167 YV12_BUFFER_CONFIG *dst_ybc) { in vpx_yv12_copy_y_c()
Dyv12config.c30 vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf) { in vp8_yv12_de_alloc_frame_buffer()
41 vpx_memset(ybf, 0, sizeof(YV12_BUFFER_CONFIG)); in vp8_yv12_de_alloc_frame_buffer()
49 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()
277 int vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, in vp9_alloc_frame_buffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dpicklpf_arm.c19 void vp8_yv12_copy_partial_frame_neon(YV12_BUFFER_CONFIG *src_ybc, in vp8_yv12_copy_partial_frame_neon()
20 YV12_BUFFER_CONFIG *dst_ybc) in vp8_yv12_copy_partial_frame_neon()

1234