Lines Matching refs:sequence_header_
250 const int bitdepth = sequence_header_.color_config.bitdepth; in IntraPrediction()
289 block.row4x4 >> (sequence_header_.use_128x128_superblock ? 5 : 4); in IntraPrediction()
292 const int plane_shift = (sequence_header_.use_128x128_superblock ? 7 : 6) - in IntraPrediction()
446 if (sequence_header_.enable_intra_edge_filter) { in DirectionalPrediction()
596 if (sequence_header_.color_config.bitdepth > 8) { in InterIntraPrediction()
630 const int bitdepth = sequence_header_.color_config.bitdepth; in CompoundInterPrediction()
712 const int bitdepth = sequence_header_.color_config.bitdepth; in InterPrediction()
820 const int bitdepth = sequence_header_.color_config.bitdepth; in ObmcBlockPrediction()
1151 const int bitdepth = sequence_header_.color_config.bitdepth; in BlockInterPrediction()
1252 if (is_inter_intra && sequence_header_.color_config.bitdepth > 8) { in BlockInterPrediction()
1348 if (is_inter_intra && sequence_header_.color_config.bitdepth > 8) { in BlockWarpProcess()