OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:left_dst
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c
26
uint8_t *
left_dst
, *right_dst;
local
40
left_dst
= left_dst_start;
55
"sw %[left_pix], 0(%[
left_dst
]) \n\t"
59
: [
left_dst
] "r" (
left_dst
), [left_pix] "r" (left_pix),
63
left_dst
+= 4;
69
"sb %[left_pix], 0(%[
left_dst
]) \n\t"
73
: [
left_dst
] "r" (
left_dst
), [left_pix] "r" (left_pix),
77
left_dst
+= 1
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c
26
uint8_t *
left_dst
, *right_dst;
local
40
left_dst
= left_dst_start;
55
"sw %[left_pix], 0(%[
left_dst
]) \n\t"
59
: [
left_dst
] "r" (
left_dst
), [left_pix] "r" (left_pix),
63
left_dst
+= 4;
69
"sb %[left_pix], 0(%[
left_dst
]) \n\t"
73
: [
left_dst
] "r" (
left_dst
), [left_pix] "r" (left_pix),
77
left_dst
+= 1
[
all
...]
Completed in 448 milliseconds