Searched refs:intra (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c756 struct hfi_intra_period *in = pdata, *intra = prop_data; local
758 intra->pframes = in->pframes;
759 intra->bframes = in->bframes;
760 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*intra);
810 struct hfi_intra_refresh *in = pdata, *intra = prop_data; local
824 intra->mode = in->mode;
825 intra->air_mbs = in->air_mbs;
826 intra->air_ref = in->air_ref;
827 intra->cir_mbs = in->cir_mbs;
828 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*intra);
1158 struct hfi_intra_refresh_3x *intra = prop_data; local
[all...]
/linux-master/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c250 unsigned int input_step, bool intra)
256 int add = intra ? 256 : 0;
383 fwht16(const s16 *block, s16 *output_block, int stride, int intra) argument
467 ifwht(const s16 *block, s16 *output_block, int intra) argument
474 int inter = intra ? 0 : 1;
703 /* intra code, first frame is always intra coded. */
248 fwht(const u8 *block, s16 *output_block, unsigned int stride, unsigned int input_step, bool intra) argument
/linux-master/fs/nfsd/
H A Dtrace.h2026 __field(bool, intra)
2045 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags);
2061 TP_printk("client=%pISpc intra=%d async=%d "
2065 __get_sockaddr(addr), __entry->intra, __entry->async,
2080 DEFINE_COPY_EVENT(intra); variable
2091 __field(bool, intra)
2097 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags);
2102 TP_printk("addr=%pISpc status=%d intra=%d async=%d ",
2103 __get_sockaddr(addr), __entry->status, __entry->intra, __entry->async
/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c132 u32 intra[4][2]; member in struct:rkvdec_vp9_intra_frame_symbol_counts
202 * intra only 149 x 128 bits ,aligned to 152 x 128 bits coeff related
211 /* intra mode prob 80 x 128 bits */
279 /* intra uv mode 6 x 128 */
576 * Reset count buffer, because decoder only output intra related syntax
577 * counts when decoding intra frame, but update entropy need to update
942 vp9_ctx->intra_cnts.intra_inter = &intra_cnts->intra;
/linux-master/fs/nfs/
H A Dnfs4trace.h2323 __field(bool, intra)
2348 __entry->intra = nss ? 0 : 1;
2369 "error=%ld (%s) intra=%d src_fileid=%02x:%02x:%llu "
2377 __entry->intra,

Completed in 215 milliseconds