Searched refs:ReconstructUV (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | quant_enc.c | 909 static int ReconstructUV(VP8EncIterator* const it, VP8ModeScore* const rd, in ReconstructUV() function 1157 rd_uv.nz = ReconstructUV(it, &rd_uv, tmp_dst, mode); in PickBestUV() 1212 nz |= ReconstructUV(it, rd, it->yuv_out_ + U_OFF_ENC, it->mb_->uv_mode_); in SimpleQuantize() 1316 nz |= ReconstructUV(it, rd, it->yuv_out_ + U_OFF_ENC, it->mb_->uv_mode_); in RefineUsingDistortion()
|