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);
255
enc->
y_left_
[i] = ysrc[15 + i * BPS];
262
enc->
y_left_
[-1] = enc->y_top_[x * 16 + 15];
371
it->i4_boundary_[i] = enc->
y_left_
[15 - i];
vp8enci.h
442
uint8_t *
y_left_
; // left luma samples (adressable from index -1 to 15).
member in struct:VP8Encoder
webpenc.c
257
enc->
y_left_
= (uint8_t*)mem;
quant.c
369
const uint8_t* const left = it->x_ ? enc->
y_left_
: NULL;
[
all
...]
Completed in 553 milliseconds