OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plane_width
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c
32
int
plane_width
;
local
40
plane_width
= ybf->y_width;
44
src_ptr2 = src_ptr1 +
plane_width
- 1;
76
plane_width
= ybf->uv_width;
81
src_ptr2 = src_ptr1 +
plane_width
- 1;
113
src_ptr2 = src_ptr1 +
plane_width
- 1;
150
int
plane_width
;
local
158
plane_width
= ybf->y_width;
162
src_ptr2 = src_ptr1 +
plane_width
- 1;
190
plane_width
/= 2
[
all
...]
/external/libvpx/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_extendframeborders_neon.asm
28
ldr r3, [r0, #yv12_buffer_config_y_width] ;
plane_width
35
add r6, r1, r3 ; dest_ptr2 = src_ptr2 + 1 (src_ptr1 +
plane_width
)
36
sub r2, r6, #1 ; src_ptr2 = src_ptr1 +
plane_width
- 1
133
ldr r3, [r0, #yv12_buffer_config_uv_width] ;
plane_width
142
add r6, r1, r3 ; dest_ptr2 = src_ptr2 + 1 (src_ptr1 +
plane_width
)
143
sub r2, r6, #1 ; src_ptr2 = src_ptr1 +
plane_width
- 1
/external/libvpx/libvpx/vp8/decoder/
decodframe.c
434
int
plane_width
;
local
442
plane_width
= ybf->y_width;
446
src_ptr2 = src_ptr1 +
plane_width
- 1;
465
plane_width
= ybf->uv_width;
470
src_ptr2 = src_ptr1 +
plane_width
- 1;
490
src_ptr2 = src_ptr1 +
plane_width
- 1;
[
all
...]
Completed in 22 milliseconds