Searched refs:use_intra_prediction_buffer_ (Results 1 – 3 of 3) sorted by relevance
474 use_intra_prediction_buffer_(use_intra_prediction_buffer),476 use_intra_prediction_buffer_909 if (!use_intra_prediction_buffer_ || row4x4 + block_width4x4 >= row4x4_end_) { in PopulateIntraPredictionBuffer()
285 if ((needs_top || needs_left) && use_intra_prediction_buffer_) { in IntraPrediction()
767 const bool use_intra_prediction_buffer_; variable