OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_ptr1
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/common/
reconintra4x4.c
307
unsigned int *
dst_ptr1
= (unsigned int *)(above_right + 8 * x->block[0].dst_stride);
local
311
*
dst_ptr1
= *src_ptr;
/external/libvpx/vp8/decoder/
reconintra_mt.c
919
unsigned int *
dst_ptr1
;
local
929
dst_ptr1
= (unsigned int *)(above_right + 8 * x->block[0].dst_stride);
932
dst_ptr1
= (unsigned int *)(*(x->block[0].base_dst) + x->block[0].dst + 16 + 7 * x->block[0].dst_stride);
935
*
dst_ptr1
= *src_ptr;
Completed in 956 milliseconds