OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_init
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/upstream-netbsd/lib/libc/include/isc/
dst.h
29
#define
dst_init
__dst_init
macro
60
void
dst_init
(void);
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
780
uint8_t *
dst_init
= &pd->dst.buf[row * 4 * src_stride + col * 4];
local
820
uint8_t *const dst = &
dst_init
[idx * 4 + idy * 4 * dst_stride];
881
CONVERT_TO_SHORTPTR(
dst_init
+ idy * dst_stride),
892
memcpy(CONVERT_TO_SHORTPTR(
dst_init
+ idy * dst_stride),
924
uint8_t *const dst = &
dst_init
[idx * 4 + idy * 4 * dst_stride];
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c
1059
uint8_t *
dst_init
= &pd->dst.buf[raster_block_offset(BLOCK_8X8, ib,
local
[
all
...]
Completed in 1927 milliseconds