Home
last modified time | relevance | path

Searched refs:left_mb (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dec/
Dvp8_dec.c518 VP8MB* const left_mb = dec->mb_info_ - 1; in ParseResiduals() local
529 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()
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c188 const MODE_INFO *left_mb, const MODE_INFO *above_mb, in decode_split_mv() argument
220 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()