Home | History | Annotate | Download | only in vp8

Lines Matching refs:decoder_

1059       decoder_(NULL),
1087 if (decoder_ == NULL) {
1088 decoder_ = new vpx_codec_ctx_t;
1106 if (vpx_codec_dec_init(decoder_, vpx_codec_vp8_dx(), &cfg, flags)) {
1156 vpx_codec_control(decoder_, VP8_SET_POSTPROC, &ppcfg);
1194 if (vpx_codec_decode(decoder_, NULL, 0, 0, VPX_DL_REALTIME)) {
1200 img = vpx_codec_get_frame(decoder_, &iter);
1217 if (vpx_codec_decode(decoder_, buffer, input_image._length, 0,
1250 img = vpx_codec_get_frame(decoder_, &iter);
1268 if (vpx_codec_control(decoder_, VP8D_GET_LAST_REF_UPDATES,
1277 if (vpx_codec_control(decoder_, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
1316 if (vpx_codec_decode(decoder_, partition, partition_length, 0,
1323 if (vpx_codec_decode(decoder_, NULL, 0, 0, VPX_DL_REALTIME))
1368 if (decoder_ != NULL) {
1369 if (vpx_codec_destroy(decoder_)) {
1372 delete decoder_;
1373 decoder_ = NULL;
1392 if (vpx_codec_control(decoder_, VP8_COPY_REFERENCE, ref_frame_) !=
1396 if (vpx_codec_control(copy->decoder_, VP8_SET_REFERENCE, ref_frame_) !=