Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c808 int hbd_coeff = use_high_bit_depth ? 2 : 1; in copy_rect() local
810 memcpy(dst, src, width * sizeof(uint8_t) * hbd_coeff); in copy_rect()