Home
last modified time | relevance | path

Searched refs:bottom_block (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c887 int *bottom_block, int bottom_stride, in hor_boundary_overlap() argument
892 *dst_block = clamp((*top_block * 23 + *bottom_block * 22 + 16) >> 5, in hor_boundary_overlap()
895 ++bottom_block; in hor_boundary_overlap()
902 dst_block[0] = clamp((27 * top_block[0] + 17 * bottom_block[0] + 16) >> 5, in hor_boundary_overlap()
905 27 * bottom_block[bottom_stride] + 16) >> in hor_boundary_overlap()
909 ++bottom_block; in hor_boundary_overlap()