/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_extend.c | 30 vpx_memset(dst_ptr1, src_ptr1[0], extend_left); 32 vpx_memset(dst_ptr2, src_ptr2[0], extend_right);
|
vp9_segmentation.c | 237 vpx_memset(seg->tree_probs, 255, sizeof(seg->tree_probs)); 238 vpx_memset(seg->pred_probs, 255, sizeof(seg->pred_probs)); 299 vpx_memset(seg->tree_probs, 255, sizeof(seg->tree_probs));
|
vp9_picklpf.c | 63 vpx_memset(ss_err, 0xFF, sizeof(ss_err));
|
vp9_aq_cyclicrefresh.c | 191 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols); 225 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
|
vp9_temporal_filter.c | 243 vpx_memset(accumulator, 0, 16 * 16 * 3 * sizeof(accumulator[0])); 244 vpx_memset(count, 0, 16 * 16 * 3 * sizeof(count[0]));
|
vp9_encodemb.c | 289 vpx_memset(qcoeff, 0, sizeof(*qcoeff) * (16 << (tx_size * 2))); 290 vpx_memset(dqcoeff, 0, sizeof(*dqcoeff) * (16 << (tx_size * 2)));
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
yv12extend.c | 31 vpx_memset(dst_ptr1, src_ptr1[0], extend_left); 32 vpx_memset(dst_ptr2, src_ptr2[0], extend_right);
|
vpx_scale.c | 501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1); 513 vpx_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1); 525 vpx_memset(dst->v_buffer + i * dst->uv_stride + dw / 2 - 1, dst->v_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
loopfilter.c | 86 vpx_memset(lfi->lim[i], block_inside_limit, SIMD_WIDTH); 87 vpx_memset(lfi->blim[i], (2 * filt_lvl + block_inside_limit), 89 vpx_memset(lfi->mblim[i], (2 * (filt_lvl + 2) + block_inside_limit), 109 vpx_memset(lfi->hev_thr[i], i, SIMD_WIDTH); 155 vpx_memset(lfi->lvl[seg][0], lvl_seg, 4 * 4 );
|
postproc.c | 357 vpx_memset(ylptr, mb_ppl, 16); 358 vpx_memset(uvlptr, mb_ppl, 8); 404 vpx_memset(limits, (unsigned char)ppl, 16 * mb_cols); 761 vpx_memset((&oci->post_proc_buffer_int)->buffer_alloc,128,(&oci->post_proc_buffer)->frame_size); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
tokenize.c | 424 vpx_memset(context_counters, 0, sizeof(context_counters)); 599 vpx_memset(x->above_context, 0, sizeof(ENTROPY_CONTEXT_PLANES)); 600 vpx_memset(x->left_context, 0, sizeof(ENTROPY_CONTEXT_PLANES)); 604 vpx_memset(x->above_context, 0, sizeof(ENTROPY_CONTEXT_PLANES)-1); 605 vpx_memset(x->left_context, 0, sizeof(ENTROPY_CONTEXT_PLANES)-1);
|
denoising.c | 155 vpx_memset(denoiser->yv12_running_avg[i].buffer_alloc, 0, 168 vpx_memset(denoiser->yv12_mc_running_avg.buffer_alloc, 0,
|
quantize.c | 36 vpx_memset(qcoeff_ptr, 0, 32); 37 vpx_memset(dqcoeff_ptr, 0, 32); 122 vpx_memset(qcoeff_ptr, 0, 32); 123 vpx_memset(dqcoeff_ptr, 0, 32); 182 vpx_memset(qcoeff_ptr, 0, 32); 183 vpx_memset(dqcoeff_ptr, 0, 32); 233 vpx_memset(qcoeff_ptr, 0, 32); 234 vpx_memset(dqcoeff_ptr, 0, 32);
|
temporal_filter.c | 274 vpx_memset(accumulator, 0, 384*sizeof(unsigned int)); 275 vpx_memset(count, 0, 384*sizeof(unsigned short)); 502 vpx_memset(cpi->frames, 0, max_frames*sizeof(YV12_BUFFER_CONFIG *));
|
ethreading.c | 431 vpx_memset(z->error_bins, 0, sizeof(z->error_bins)); 457 vpx_memset(mbr_ei[i].segment_counts, 0, sizeof(mbr_ei[i].segment_counts)); 531 vpx_memset(cpi->mb_row_ei, 0, sizeof(MB_ROW_COMP) * th_count);
|
picklpf.c | 290 vpx_memset(ss_err, 0, sizeof(ss_err));
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_onyxc_int.h | 312 vpx_memset(above_ctx, partition_context_lookup[subsize].above, bs); 313 vpx_memset(left_ctx, partition_context_lookup[subsize].left, bs);
|
vp9_loopfilter.c | 225 vpx_memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH); 226 vpx_memset(lfi->lfthr[lvl].mblim, (2 * (lvl + 2) + block_inside_limit), 248 vpx_memset(lfi->lfthr[lvl].hev_thr, (lvl >> 4), SIMD_WIDTH); 279 vpx_memset(lfi->lvl[seg_id], lvl_seg, sizeof(lfi->lvl[seg_id])); 523 vpx_memset(&lfm->lfl_y[index], filter_level, w); 597 vpx_memset(&lfm->lfl_y[index], filter_level, w); [all...] |
vp9_entropymode.c | 443 vpx_memset(cm->last_frame_seg_map, 0, (cm->mi_rows * cm->mi_cols)); 468 vpx_memset(cm->prev_mip, 0, cm->mi_stride * (cm->mi_rows + 1) * 471 vpx_memset(cm->mip, 0, cm->mi_stride * (cm->mi_rows + 1) * sizeof(*cm->mip));
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 225 vpx_memset(dqcoeff, 0, 2 * sizeof(dqcoeff[0])); 228 vpx_memset(dqcoeff, 0, 4 * (4 << tx_size) * sizeof(dqcoeff[0])); 230 vpx_memset(dqcoeff, 0, 256 * sizeof(dqcoeff[0])); 232 vpx_memset(dqcoeff, 0, (16 << (tx_size << 1)) * sizeof(dqcoeff[0])); 798 vpx_memset(cm->above_context, 0, 801 vpx_memset(cm->above_seg_context, 0, 914 vpx_memset(cm->above_context, 0, 916 vpx_memset(cm->above_seg_context, 0, [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
dequant_idct_v6.asm | 168 ; vpx_memset
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/ |
vpx_mem.c | 437 void *vpx_memset(void *dest, int val, size_t length) { function 441 _P(printf("WARNING: vpx_memset dest:0x%x val:%d len:%d\n", (int)dest, val, length);)
|
vpx_mem_tracker.c | 52 #undef vpx_memset macro 75 # define MEM_TRACK_MEMSET vpx_memset 139 extern void *vpx_memset(void *dest, int val, size_t length);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
quantize_sse2.c | 59 vpx_memset(qcoeff_ptr, 0, 32);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8_dx_iface.c | 326 vpx_memset((void*)ctx->fragments.ptrs, 0, sizeof(ctx->fragments.ptrs)); 327 vpx_memset(ctx->fragments.sizes, 0, sizeof(ctx->fragments.sizes));
|