Searched refs:left_mb (Results 1 – 2 of 2) sorted by relevance
518 VP8MB* const left_mb = dec->mb_info_ - 1; in ParseResiduals() local529 const int ctx = mb->nz_dc_ + left_mb->nz_dc_; in ParseResiduals()531 mb->nz_dc_ = left_mb->nz_dc_ = (nz > 0); in ParseResiduals()547 lnz = left_mb->nz_ & 0x0f; in ParseResiduals()569 lnz = left_mb->nz_ >> (4 + ch); in ParseResiduals()589 left_mb->nz_ = out_l_nz; in ParseResiduals()
188 const MODE_INFO *left_mb, const MODE_INFO *above_mb, in decode_split_mv() argument220 if (left_mb->mbmi.mode != SPLITMV) { in decode_split_mv()221 leftmv.as_int = left_mb->mbmi.mv.as_int; in decode_split_mv()223 leftmv.as_int = (left_mb->bmi + k + 4 - 1)->mv.as_int; in decode_split_mv()