HomeSort by relevance Sort by last modified time
    Searched refs:ppstate (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 632 struct postproc_state *const ppstate = &cm->postproc_state; local
648 ppstate->prev_mip = vpx_calloc(cm->mi_alloc_size, sizeof(*cm->mip));
649 if (!ppstate->prev_mip) {
652 ppstate->prev_mi = ppstate->prev_mip + cm->mi_stride + 1;
653 memset(ppstate->prev_mip, 0,
725 if (ppstate->last_q != q ||
726 ppstate->last_noise != noise_level) {
727 fillrd(ppstate, 63 - q, noise_level);
730 vp9_plane_add_noise(ppbuf->y_buffer, ppstate->noise, ppstate->blackclamp
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c 613 struct postproc_state *const ppstate = &cm->postproc_state; local
636 if (ppstate->last_q != q ||
637 ppstate->last_noise != noise_level) {
638 fillrd(ppstate, 63 - q, noise_level);
641 vp9_plane_add_noise(ppbuf->y_buffer, ppstate->noise, ppstate->blackclamp,
642 ppstate->whiteclamp, ppstate->bothclamp,

Completed in 51 milliseconds