OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_left_
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/enc/
iterator.c
26
enc->
y_left_
[-1] = enc->u_left_[-1] = enc->v_left_[-1] =
28
memset(enc->
y_left_
, 129, 16);
241
enc->
y_left_
[i] = ysrc[15 + i * BPS];
248
enc->
y_left_
[-1] = enc->y_top_[x * 16 + 15];
358
it->i4_boundary_[i] = enc->
y_left_
[15 - i];
vp8enci.h
376
uint8_t *
y_left_
; // left luma samples (adressable from index -1 to 15).
member in struct:VP8Encoder
webpenc.c
233
enc->
y_left_
= (uint8_t*)mem;
quant.c
303
const uint8_t* left = it->x_ ? enc->
y_left_
: NULL;
Completed in 198 milliseconds