OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extend_bottom
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconintra.c
371
const int
extend_bottom
= frame_height - y0;
local
372
for (i = 0; i <
extend_bottom
; ++i)
375
left_col[i] = ref[(
extend_bottom
- 1) * ref_stride - 1];
/external/libvpx/libvpx/vp9/common/
vp9_reconintra.c
360
const int
extend_bottom
= frame_height - y0;
local
361
for (i = 0; i <
extend_bottom
; ++i)
364
left_col[i] = ref[(
extend_bottom
- 1) * ref_stride - 1];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconintra.c
362
const int
extend_bottom
= frame_height - y0;
local
363
for (i = 0; i <
extend_bottom
; ++i)
366
left_col[i] = ref[(
extend_bottom
- 1) * ref_stride - 1];
Completed in 372 milliseconds