OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:procunit_width
(Results
1 - 2
of
2
) sorted by null
/external/libaom/libaom/av1/common/
restoration.c
432
int
procunit_width
, const uint8_t *src,
440
for (int j = 0; j < stripe_width; j +=
procunit_width
) {
441
int w = AOMMIN(
procunit_width
, (stripe_width - j + 15) & ~15);
1029
const int
procunit_width
= RESTORATION_PROC_UNIT_SIZE >> ss_x;
local
[
all
...]
/external/libaom/libaom/av1/encoder/
pickrst.c
634
const int
procunit_width
= RESTORATION_PROC_UNIT_SIZE >> ss_x;
local
640
rsc->src_stride, highbd, bit_depth,
procunit_width
, procunit_height,
[
all
...]
Completed in 234 milliseconds