OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scaled_buffer_offset
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_reconinter.h
39
static int
scaled_buffer_offset
(int x_offset, int y_offset, int stride,
function
53
dst->buf = src +
scaled_buffer_offset
(x, y, stride, scale);
vp9_reconinter.c
147
const uint8_t *const pre = pre_buf->buf +
scaled_buffer_offset
(x, y,
Completed in 35 milliseconds