OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:y_bsize
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c
62
int
y_bsize
= 16; // Use 8x8 or 16x16.
local
63
int uv_bsize =
y_bsize
>> 1;
64
int ypos =
y_bsize
>> 1;
66
int shy = (
y_bsize
== 8) ? 3 : 4;
68
int fac =
y_bsize
/ 8;
108
for (i = 0; i <
y_bsize
; i++) {
109
for (j = 0; j <
y_bsize
; j++) {
117
y +=
y_bsize
;
118
src_y +=
y_bsize
;
Completed in 106 milliseconds