Lines Matching refs:vp9
13163 - if (codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit)) {
13166 + if (codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit))
13175 vp9->is_10bit)) {
13177 - vp9->common.mmu_header_paddr[vb->index]);
13179 + if (codec_hevc_use_downsample(sess->pixfmt_cap, vp9->is_10bit))
13180 + header_adr = vp9->common.mmu_header_paddr[vb->index];
13188 struct codec_vp9 *vp9)
13192 + sess->pixfmt_cap, vp9->is_10bit);
13197 vp9->frame_refs[i]->height != vp9->height)
13200 - sz = amvdec_am21c_body_size(vp9->frame_refs[i]->width,
13201 - vp9->frame_refs[i]->height);
13202 + sz = amvdec_amfbc_body_size(vp9->frame_refs[i]->width,
13203 + vp9->frame_refs[i]->height,
13204 + vp9->is_10bit, use_mmu);
13207 vp9->frame_refs[i]->width);
13210 vp9->is_10bit))
13211 codec_hevc_fill_mmu_map(sess, &vp9->common,
13212 - &vp9->cur_frame->vbuf->vb2_buf);
13213 + &vp9->cur_frame->vbuf->vb2_buf,
13214 + vp9->is_10bit);
13221 if (codec_vp9_process_rpm(vp9)) {
13222 - amvdec_src_change(sess, vp9->width, vp9->height, 16);
13223 + amvdec_src_change(sess, vp9->width, vp9->height, 16,
13224 + vp9->is_10bit ? 10 : 8);
13227 vp9->cur_frame = NULL;
46965 + MC_U32("vp9", 2),