Searched refs:pp7 (Results 1 – 7 of 7) sorted by relevance
56 AVFILTER_DEFINE_CLASS(pp7);289 PP7Context *pp7 = ctx->priv; in config_input() local293 pp7->hsub = desc->log2_chroma_w; in config_input()294 pp7->vsub = desc->log2_chroma_h; in config_input()296 pp7->temp_stride = FFALIGN(inlink->w + 16, 16); in config_input()297 pp7->src = av_malloc_array(pp7->temp_stride, (h + 8) * sizeof(uint8_t)); in config_input()299 if (!pp7->src) in config_input()302 init_thres2(pp7); in config_input()304 switch (pp7->mode) { in config_input()305 case 0: pp7->requantize = hardthresh_c; break; in config_input()[all …]
44 void ff_pp7_init_x86(PP7Context *pp7);
36 PKCS7 **pp7 = (PKCS7 **)pval; in pk7_cb() local41 if (PKCS7_stream(&sarg->boundary, *pp7) <= 0) in pk7_cb()45 sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out); in pk7_cb()52 if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0) in pk7_cb()
2 ;* x86-optimized functions for pp7 filter
577 FATE_FILTER_VSYNTH-$(CONFIG_PP7_FILTER) += fate-filter-pp7578 fate-filter-pp7: fate-vsynth1-mpeg4-qprd579 …pp7: CMD = framecrc -flags bitexact -export_side_data venc_params -idct simple -i $(TARGET_PATH)/t…
819 - fspp, uspp, pp7 MPlayer postprocessing filters ported to native filters
16437 @section pp7