/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/ |
reconintra_arm.c | 19 unsigned char *y_buffer, 28 unsigned char *y_buffer = x->dst.y_buffer; local 35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left); 39 unsigned char *y_buffer, 48 unsigned char *y_buffer = x->dst.y_buffer; local 55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
|
/external/libvpx/libvpx/vp8/common/ |
swapyv12buffer.c | 22 temp = last_frame->y_buffer; 23 last_frame->y_buffer = new_frame->y_buffer; 24 new_frame->y_buffer = temp;
|
setupintrarecon.h | 23 static INLINE void setup_intra_recon_left(unsigned char *y_buffer, 32 y_buffer[y_stride *i] = (unsigned char) 129;
|
setupintrarecon.c | 20 memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5); 22 ybf->y_buffer[ybf->y_stride *i - 1] = (unsigned char) 129; 36 memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
|
reconintra4x4.h | 24 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16;
|
invtrans.h | 63 xd->dst.y_buffer,
|
postproc.c | 317 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, 319 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, 368 source->y_buffer + 16 * mbr * source->y_stride, 369 post->y_buffer + 16 * mbr * post->y_stride, source->y_stride, 412 source->y_buffer + 16 * mbr * source->y_stride, 413 source->y_buffer + 16 * mbr * source->y_stride, 832 (oci->post_proc_buffer.y_buffer, 852 vp8_blit_text(message, oci->post_proc_buffer.y_buffer, oci->post_proc_buffer.y_stride); 865 y_ptr = post->y_buffer + 4 * post->y_stride + 4; 897 y_ptr = post->y_buffer + 4 * post->y_stride + 4 938 unsigned char *y_buffer = oci->post_proc_buffer.y_buffer; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
swapyv12buffer.c | 22 temp = last_frame->y_buffer; 23 last_frame->y_buffer = new_frame->y_buffer; 24 new_frame->y_buffer = temp;
|
setupintrarecon.h | 23 void setup_intra_recon_left(unsigned char *y_buffer, 32 y_buffer[y_stride *i] = (unsigned char) 129;
|
setupintrarecon.c | 20 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5); 22 ybf->y_buffer[ybf->y_stride *i - 1] = (unsigned char) 129; 36 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
|
reconintra4x4.h | 24 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16;
|
invtrans.h | 63 xd->dst.y_buffer,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
picklpf_arm.c | 42 src_y = src_ybc->y_buffer + yoffset; 43 dst_y = dst_ybc->y_buffer + yoffset;
|
denoising_neon.c | 67 unsigned char *mc_running_avg_y = mc_running_avg->y_buffer + y_offset; 69 unsigned char *running_avg_y = running_avg->y_buffer + y_offset; 164 vp8_copy_mem16x16(running_avg->y_buffer + y_offset, running_avg_y_stride,
|
/external/libvpx/libvpx/vp8/encoder/ |
encodeintra.c | 59 unsigned char *dst = x->e_mbd.dst.y_buffer + b->offset; 88 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16); 101 xd->dst.y_buffer - xd->dst.y_stride, 102 xd->dst.y_buffer - 1, 104 xd->dst.y_buffer, 108 b->src_stride, xd->dst.y_buffer, xd->dst.y_stride);
|
temporal_filter.c | 162 unsigned char *base_pre = x->e_mbd.pre.y_buffer; 173 b->base_src = &arf_frame->y_buffer; 177 x->e_mbd.pre.y_buffer = frame_ptr->y_buffer; 217 x->e_mbd.pre.y_buffer = base_pre; 249 unsigned char *y_buffer = mbd->pre.y_buffer; local 325 cpi->frames[frame]->y_buffer + mb_y_offset, 335 (f->y_buffer + mb_y_offset, 367 dst1 = cpi->alt_ref_buffer.y_buffer; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
encodeintra.c | 57 unsigned char *dst = x->e_mbd.dst.y_buffer + b->offset; 86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16); 99 xd->dst.y_buffer - xd->dst.y_stride, 100 xd->dst.y_buffer - 1, 102 xd->dst.y_buffer, 106 b->src_stride, xd->dst.y_buffer, xd->dst.y_stride);
|
denoising.c | 61 unsigned char *mc_running_avg_y = mc_running_avg->y_buffer + y_offset; 63 unsigned char *running_avg_y = running_avg->y_buffer + y_offset; 134 vp8_copy_mem16x16(running_avg->y_buffer + y_offset, avg_y_stride, 251 filter_xd->pre.y_buffer = src->y_buffer + recon_yoffset; 255 filter_xd->dst.y_buffer = dst->y_buffer + recon_yoffset; 266 filter_xd->dst.y_buffer, 303 denoiser->yv12_running_avg[INTRA_FRAME].y_buffer + recon_yoffset,
|
temporal_filter.c | 161 unsigned char *base_pre = x->e_mbd.pre.y_buffer; 170 b->base_src = &arf_frame->y_buffer; 174 x->e_mbd.pre.y_buffer = frame_ptr->y_buffer; 214 x->e_mbd.pre.y_buffer = base_pre; 246 unsigned char *y_buffer = mbd->pre.y_buffer; local 322 cpi->frames[frame]->y_buffer + mb_y_offset, 332 (f->y_buffer + mb_y_offset, 364 dst1 = cpi->alt_ref_buffer.y_buffer; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/ |
vpx_scale_asm_offsets.c | 26 DEFINE(yv12_buffer_config_y_buffer, offsetof(YV12_BUFFER_CONFIG, y_buffer));
|
yv12config.h | 44 uint8_t *y_buffer; member in struct:yv12_buffer_config
|
/external/libvpx/libvpx/vp9/ |
vp9_iface_common.h | 50 img->planes[VPX_PLANE_Y] = yv12->y_buffer; 64 img->planes[VPX_PLANE_Y] = (uint8_t*)CONVERT_TO_SHORTPTR(yv12->y_buffer); 83 yv12->y_buffer = img->planes[VPX_PLANE_Y]; 112 // y_buffer, u_buffer, v_buffer point to uint16 address of data 118 yv12->y_buffer = CONVERT_TO_BYTEPTR(yv12->y_buffer);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_postproc.c | 296 vp9_post_proc_down_and_across(source->y_buffer, post->y_buffer, 300 vp9_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, 303 vp9_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, 320 const uint8_t *const srcs[4] = {src->y_buffer, src->u_buffer, src->v_buffer, 329 uint8_t *const dsts[4] = {dst->y_buffer, dst->u_buffer, dst->v_buffer, 346 const uint8_t *const srcs[4] = {src->y_buffer, src->u_buffer, src->v_buffer, 355 uint8_t *const dsts[4] = {dst->y_buffer, dst->u_buffer, dst->v_buffer, 641 vp9_plane_add_noise(ppbuf->y_buffer, ppstate->noise, ppstate->blackclamp, 657 vp9_blit_text(message, ppbuf->y_buffer, ppbuf->y_stride) [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_extend.c | 130 highbd_copy_and_extend_plane(src->y_buffer, src->y_stride, 131 dst->y_buffer, dst->y_stride, 148 copy_and_extend_plane(src->y_buffer, src->y_stride, 149 dst->y_buffer, dst->y_stride, 187 copy_and_extend_plane(src->y_buffer + src_y_offset, src->y_stride, 188 dst->y_buffer + dst_y_offset, dst->y_stride,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
yv12extend.c | 64 extend_plane(ybf->y_buffer, ybf->y_stride, 98 extend_plane(ybf->y_buffer, ybf->y_stride, 128 const uint8_t *src = src_ybc->y_buffer; 129 uint8_t *dst = dst_ybc->y_buffer; 169 const uint8_t *src = src_ybc->y_buffer; 170 uint8_t *dst = dst_ybc->y_buffer;
|