Searched refs:bp_top (Results 1 – 6 of 6) sorted by relevance
74 const BlockParameters& bp_top = in GetTopTransformWidth() local76 if ((ignore_skip || bp_top.skip) && bp_top.is_inter) { in GetTopTransformWidth()77 return kBlockWidthPixels[bp_top.size]; in GetTopTransformWidth()
196 top = block.bp_top->segment_id; in ReadSegmentId()261 if (block.top_available[kPlaneY] && block.bp_top->skip) { in ReadSkip()288 (block.top_available[kPlaneY] ? static_cast<int>(block.bp_top->skip_mode) in ReadSkipMode()387 block.top_available[kPlaneY] ? block.bp_top->y_mode : kPredictionModeDc; in ReadPredictionModeY()636 ? static_cast<int>(block.bp_top->use_predicted_segment_id) in ReadInterSegmentId()1076 context += static_cast<int>(block.bp_top->is_explicit_compound_type); in GetIsExplicitCompoundTypeCdf()1102 context += static_cast<int>(block.bp_top->is_compound_type_average); in GetIsCompoundTypeAverageCdf()1188 if (block.bp_top->reference_frame[0] == bp.reference_frame[0] || in GetInterpolationFilterCdf()1189 block.bp_top->reference_frame[1] == bp.reference_frame[0]) { in GetInterpolationFilterCdf()1190 top_type = block.bp_top->interpolation_filter[direction]; in GetInterpolationFilterCdf()
38 ? block.bp_top->palette_mode_info.size[plane_type] in GetPaletteCache()47 ? block.bp_top->palette_mode_info.color[plane_type] in GetPaletteCache()144 block.bp_top->palette_mode_info.size[kPlaneTypeY] > in ReadPaletteModeInfo()
813 bp_top = *(bps - stride); in Block()826 return bp_top->reference_frame[index]; in TopReference()841 bp_top->reference_frame[0] == type) + in CountReferences()843 bp_top->reference_frame[1] == type) + in CountReferences()896 const BlockParameters* bp_top; member
862 const BlockParameters& bp_top = in ObmcPrediction() local864 const int candidate_block_size = bp_top.size; in ObmcPrediction()866 if (bp_top.reference_frame[0] > kReferenceFrameIntra) { in ObmcPrediction()869 frame_header_.reference_frame_index[bp_top.reference_frame[0] - in ObmcPrediction()874 block, bp_top.mv.mv[0], plane, candidate_reference_frame_index, in ObmcPrediction()
2054 const BlockParameters& bp_top = in ComputePrediction() local2056 some_use_intra = bp_top.reference_frame[0] == kReferenceFrameIntra; in ComputePrediction()