Searched refs:left_mb (Results 1 – 2 of 2) sorted by relevance
556 VP8MB* const left_mb = dec->mb_info_ - 1; in ParseResiduals() local567 const int ctx = mb->dc_nz_ + left_mb->dc_nz_; in ParseResiduals()568 mb->dc_nz_ = left_mb->dc_nz_ = in ParseResiduals()580 lnz = kUnpackTab[left_mb->nz_ & 0xf]; in ParseResiduals()600 lnz = kUnpackTab[left_mb->nz_ >> 4]; in ParseResiduals()622 left_mb->nz_ = out_l_nz; in ParseResiduals()
231 const MODE_INFO *left_mb, const MODE_INFO *above_mb, in decode_split_mv() argument267 if(left_mb->mbmi.mode != SPLITMV) in decode_split_mv()268 leftmv.as_int = left_mb->mbmi.mv.as_int; in decode_split_mv()270 leftmv.as_int = (left_mb->bmi + k + 4 - 1)->mv.as_int; in decode_split_mv()