Searched refs:bp_left (Results 1 – 6 of 6) sorted by relevance
87 const BlockParameters& bp_left = in GetLeftTransformHeight() local89 if ((ignore_skip || bp_left.skip) && bp_left.is_inter) { in GetLeftTransformHeight()90 return kBlockHeightPixels[bp_left.size]; in GetLeftTransformHeight()
200 left = block.bp_left->segment_id; in ReadSegmentId()264 if (block.left_available[kPlaneY] && block.bp_left->skip) { in ReadSkip()286 ? static_cast<int>(block.bp_left->skip_mode) in ReadSkipMode()389 ? block.bp_left->y_mode in ReadPredictionModeY()633 ? static_cast<int>(block.bp_left->use_predicted_segment_id) in ReadInterSegmentId()1083 context += static_cast<int>(block.bp_left->is_explicit_compound_type); in GetIsExplicitCompoundTypeCdf()1109 context += static_cast<int>(block.bp_left->is_compound_type_average); in GetIsCompoundTypeAverageCdf()1195 if (block.bp_left->reference_frame[0] == bp.reference_frame[0] || in GetInterpolationFilterCdf()1196 block.bp_left->reference_frame[1] == bp.reference_frame[0]) { in GetInterpolationFilterCdf()1197 left_type = block.bp_left->interpolation_filter[direction]; in GetInterpolationFilterCdf()
41 ? block.bp_left->palette_mode_info.size[plane_type] in GetPaletteCache()50 (left_size > 0) ? block.bp_left->palette_mode_info.color[plane_type] in GetPaletteCache()147 block.bp_left->palette_mode_info.size[kPlaneTypeY] > in ReadPaletteModeInfo()
817 bp_left = *(bps - 1); in Block()830 return bp_left->reference_frame[index]; in LeftReference()845 bp_left->reference_frame[0] == type) + in CountReferences()847 bp_left->reference_frame[1] == type); in CountReferences()897 const BlockParameters* bp_left; member
895 const BlockParameters& bp_left = in ObmcPrediction() local897 const int candidate_block_size = bp_left.size; in ObmcPrediction()899 if (bp_left.reference_frame[0] > kReferenceFrameIntra) { in ObmcPrediction()902 frame_header_.reference_frame_index[bp_left.reference_frame[0] - in ObmcPrediction()907 block, bp_left.mv.mv[0], plane, candidate_reference_frame_index, in ObmcPrediction()
2067 const BlockParameters& bp_left = in ComputePrediction() local2069 some_use_intra = bp_left.reference_frame[0] == kReferenceFrameIntra; in ComputePrediction()