Searched refs:is_i16 (Results 1 – 1 of 1) sorted by relevance
56 const int is_i16 = (it->mb_->type_ == 1); in PrintBlockInfo() local94 if (is_i16) { in PrintBlockInfo()106 for (i = is_i16 ? 1 : 0; i < 16; ++i) { in PrintBlockInfo()1119 const int is_i16 = (it->mb_->type_ == 1); in SimpleQuantize() local1122 if (is_i16) { in SimpleQuantize()1148 int is_i16 = try_both_modes || (it->mb_->type_ == 1); in RefineUsingDistortion() local1160 if (is_i16) { // First, evaluate Intra16 distortion in RefineUsingDistortion()1180 if (try_both_modes || !is_i16) { in RefineUsingDistortion()1183 is_i16 = 0; in RefineUsingDistortion()1206 is_i16 = 1; in RefineUsingDistortion()[all …]