OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_offsets
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
505
static void
set_offsets
(VP9_COMP *cpi, const TileInfo *const tile,
function
621
set_offsets
(cpi, tile, mi_row, mi_col, bsize);
816
set_offsets
(cpi, tile, mi_row, mi_col, bsize);
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
353
static void
set_offsets
(VP9_COMMON *const cm, MACROBLOCKD *const xd,
function
405
set_offsets
(cm, xd, tile, bsize, mi_row, mi_col);
411
// Has to be called after
set_offsets
[
all
...]
Completed in 532 milliseconds