OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fill_col_to_arr
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_resize.c
405
static void
fill_col_to_arr
(uint8_t *img, int stride, int len, uint8_t *arr) {
function
442
fill_col_to_arr
(intbuf + i, width2, height, arrbuf);
/external/libaom/libaom/av1/common/
resize.c
606
static void
fill_col_to_arr
(uint8_t *img, int stride, int len, uint8_t *arr) {
function
663
fill_col_to_arr
(intbuf + i, width2, height, arrbuf);
[
all
...]
Completed in 170 milliseconds