Searched refs:is_i16 (Results 1 – 1 of 1) sorted by relevance
57 const int is_i16 = (it->mb_->type_ == 1); in PrintBlockInfo() local95 if (is_i16) { in PrintBlockInfo()107 for (i = is_i16 ? 1 : 0; i < 16; ++i) { in PrintBlockInfo()1200 const int is_i16 = (it->mb_->type_ == 1); in SimpleQuantize() local1203 if (is_i16) { in SimpleQuantize()1229 int is_i16 = try_both_modes || (it->mb_->type_ == 1); in RefineUsingDistortion() local1241 if (is_i16) { // First, evaluate Intra16 distortion in RefineUsingDistortion()1269 if (try_both_modes || !is_i16) { in RefineUsingDistortion()1272 is_i16 = 0; in RefineUsingDistortion()1295 is_i16 = 1; in RefineUsingDistortion()[all …]