OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:above_idx
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h
260
const int
above_idx
= mi_col * 2;
265
pd->above_context = &xd->above_context[i][
above_idx
>> pd->subsampling_x];
/external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h
382
const int
above_idx
= mi_col * 2;
local
387
pd->above_context = &xd->above_context[i][
above_idx
>> pd->subsampling_x];
Completed in 65 milliseconds