OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_i4x4_
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/dec/
tree.c
341
dec->
is_i4x4_
= !VP8GetBit(br, 145); // decide for B_PRED first
342
if (!dec->
is_i4x4_
) {
frame.c
199
if (dec->
is_i4x4_
) {
218
info->f_inner_ = (!info->skip_ || dec->
is_i4x4_
);
456
if (dec->
is_i4x4_
) { // 4x4
vp8i.h
238
uint8_t
is_i4x4_
; // true if intra4x4
member in struct:VP8Decoder
vp8.c
583
if (!dec->
is_i4x4_
) { // parse DC
675
if (!dec->
is_i4x4_
) {
Completed in 47 milliseconds