Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant.c56 const int is_i16 = (it->mb_->type_ == 1); in PrintBlockInfo() local
72 if (is_i16) { in PrintBlockInfo()
84 for (i = is_i16 ? 1 : 0; i < 16; ++i) { in PrintBlockInfo()
1059 const int is_i16 = (it->mb_->type_ == 1); in SimpleQuantize() local
1062 if (is_i16) { in SimpleQuantize()
1083 const int is_i16 = (it->mb_->type_ == 1); in DistoRefine() local
1086 if (try_both_i4_i16 || is_i16) { in DistoRefine()
1100 if (try_both_i4_i16 || !is_i16) { in DistoRefine()