Searched refs:filter (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/common/ |
| H A D | vp9d_syntax.h | 66 RK_U8 filter[4][2]; member 150 UCHAR filter[4][2]; member 187 UINT filter[4][3]; member
|
| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_parser.h | 75 enum FilterMode filter; member 152 } filter; member 216 RK_U32 filter[4][3]; member
|
| H A D | vp9d_parser.c | 357 s->filter.sharpness = -1; in vp9d_parser_init() 885 s->filter.level = mpp_get_bits(&s->gb, 6); in decode_parser_header() 886 vp9d_dbg(VP9D_DBG_HEADER, "filter_level %d", s->filter.level); in decode_parser_header() 891 if (s->filter.sharpness != sharp) in decode_parser_header() 892 memset(s->filter.lim_lut, 0, sizeof(s->filter.lim_lut)); in decode_parser_header() 893 s->filter.sharpness = sharp; in decode_parser_header() 1007 sh = s->filter.level >= 32; in decode_parser_header() 1012 lflvl = av_clip_uintp2(s->filter.level + s->segmentation.feat[i].lf_val, 6); in decode_parser_header() 1014 lflvl = s->filter.level; in decode_parser_header() 1226 s->prob_flag_delta.p_flag.filter[i][j] = 1; in decode_parser_header() [all …]
|
| H A D | vp9data.h | 429 RK_U8 filter[4][2]; member
|
| H A D | vp9d_parser2_syntax.c | 113 pic->filter_level = s->filter.level; in vp9d_fill_picparams() 114 pic->sharpness_level = s->filter.sharpness; in vp9d_fill_picparams()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_com.c | 28 RK_U8 filter[4][2]; member 1131 mpp_put_bits(&bp, pic_param->prob.filter[i][j], 8); in hal_vp9d_output_probe() 1323 mpp_put_bits(&bp, pic_param->prob.filter[i][j], 8); in hal_vp9d_prob_default() 1671 mpp_put_bits(&bp, prob_flag->filter[i][j], 1); in hal_vp9d_prob_flag_delta() 1807 mpp_put_bits(&bp, prob_delta->filter[i][j], 8); in hal_vp9d_prob_flag_delta()
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 759 # *.h) to filter out the source-files in the directories. If left blank the 818 # *.h) to filter out the source-files in the directories. If left blank all 837 # invoke to filter for each input file. Doxygen will invoke the filter program 840 # <filter> <input-file> 842 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the 843 # name of an input file. Doxygen will then use the output that the filter 847 # Note that the filter must not add or remove lines; it is applied before the 855 # filter if there is a match. The filters are a list of the form: pattern=filter 862 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 863 # INPUT_FILTER ) will also be used to filter the input files that are used for [all …]
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 574 - [hal_h265d]: Fix filter col rcb buffer size calc
|