Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8.c463 VP8MB* const left_mb = dec->mb_info_ - 1; in ParseResiduals() local
474 const int ctx = mb->nz_dc_ + left_mb->nz_dc_; in ParseResiduals()
476 mb->nz_dc_ = left_mb->nz_dc_ = (nz > 0); in ParseResiduals()
492 lnz = left_mb->nz_ & 0x0f; in ParseResiduals()
514 lnz = left_mb->nz_ >> (4 + ch); in ParseResiduals()
534 left_mb->nz_ = out_l_nz; in ParseResiduals()
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c231 const MODE_INFO *left_mb, const MODE_INFO *above_mb, in decode_split_mv() argument
267 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()