Lines Matching refs:has_top
169 bool has_top) { in GetIntraPredictor() argument
171 if (has_left && has_top) { in GetIntraPredictor()
177 if (has_top) { in GetIntraPredictor()
226 bool has_left, bool has_top, bool has_top_right, in IntraPrediction() argument
276 (mode == kPredictionModeDc && has_top); in IntraPrediction()
306 if (has_top || has_left) { in IntraPrediction()
308 top_row[-1] = has_top ? top_row_src[left_index] : buffer[y][left_index]; in IntraPrediction()
312 if (!has_top && has_left) { in IntraPrediction()
314 } else if (!has_top && !has_left) { in IntraPrediction()
330 if (has_top || has_left) { in IntraPrediction()
333 has_top ? top_row_src[left_index] : buffer[y][left_index]; in IntraPrediction()
337 if (!has_left && has_top) { in IntraPrediction()
339 } else if (!has_left && !has_top) { in IntraPrediction()
362 DirectionalPrediction(block, plane, x, y, has_left, has_top, needs_left, in IntraPrediction()
367 GetIntraPredictor(mode, has_left, has_top); in IntraPrediction()
376 bool has_top, bool has_top_right,
383 bool has_top, bool has_top_right,
423 bool has_left, bool has_top, bool needs_left, in DirectionalPrediction() argument
454 if (has_top && needs_top) { in DirectionalPrediction()