Home
last modified time | relevance | path

Searched refs:is_i4x4_ (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dec/
Dtree_dec.c303 block->is_i4x4_ = !VP8GetBit(br, 145); // decide for B_PRED first in ParseIntraMode()
304 if (!block->is_i4x4_) { in ParseIntraMode()
Dvp8_dec.c526 if (!block->is_i4x4_) { // parse DC in ParseResiduals()
614 if (!block->is_i4x4_) { in VP8DecodeMB()
624 *finfo = dec->fstrengths_[block->segment_][block->is_i4x4_]; in VP8DecodeMB()
Dvp8i_dec.h148 uint8_t is_i4x4_; // true if intra4x4 member
Dframe_dec.c130 if (block->is_i4x4_) { // 4x4 in ReconstructRow()