Home | History | Annotate | Download | only in enc

Lines Matching refs:VP8EncQuantizeBlock

753       nz |= VP8EncQuantizeBlock(tmp[n], rd->y_ac_levels[n], &dqm->y1_) << n;
785 nz = VP8EncQuantizeBlock(tmp, levels, &dqm->y1_);
820 nz |= VP8EncQuantizeBlock(tmp[n], rd->uv_levels[n], &dqm->uv_) << n;