Home
last modified time | relevance | path

Searched defs:bit_depth (Results 1 – 25 of 158) sorted by relevance

1234567

/third_party/ffmpeg/tests/checkasm/
Dhevc_pel.c76 int size, bit_depth, i, j, row; in checkasm_check_hevc_qpel() local
120 int size, bit_depth, i, j; in checkasm_check_hevc_qpel_uni() local
161 int size, bit_depth, i, j; in checkasm_check_hevc_qpel_uni_w() local
211 int size, bit_depth, i, j; in checkasm_check_hevc_qpel_bi() local
255 int size, bit_depth, i, j; in checkasm_check_hevc_qpel_bi_w() local
305 int size, bit_depth, i, j, row; in checkasm_check_hevc_epel() local
349 int size, bit_depth, i, j; in checkasm_check_hevc_epel_uni() local
390 int size, bit_depth, i, j; in checkasm_check_hevc_epel_uni_w() local
440 int size, bit_depth, i, j; in checkasm_check_hevc_epel_bi() local
484 int size, bit_depth, i, j; in checkasm_check_hevc_epel_bi_w() local
Dhevc_idct.c39 static void check_idct(HEVCDSPContext h, int bit_depth) in check_idct()
63 static void check_idct_dc(HEVCDSPContext h, int bit_depth) in check_idct_dc()
89 int bit_depth; in checkasm_check_hevc_idct() local
Dh264pred.c143 int codec, int chroma_format, int bit_depth) in check_pred4x4()
164 int codec, int chroma_format, int bit_depth) in check_pred8x8()
183 int codec, int chroma_format, int bit_depth) in check_pred16x16()
203 int codec, int chroma_format, int bit_depth) in check_pred8x8l()
248 int test, codec, chroma_format, bit_depth; in checkasm_check_h264pred() local
Dh264dsp.c157 static void dct4x4(int16_t *coef, int bit_depth) in dct4x4()
165 static void dct8x8(int16_t *coef, int bit_depth) in dct8x8()
185 int bit_depth, sz, align, dc; in check_idct() local
241 int bit_depth, i, y, func; in check_idct_multiple() local
324 int bit_depth; in check_loop_filter() local
389 int bit_depth; in check_loop_filter_intra() local
Dhevc_sao.c69 static void check_sao_band(HEVCDSPContext h, int bit_depth) in check_sao_band()
100 static void check_sao_edge(HEVCDSPContext h, int bit_depth) in check_sao_edge()
134 int bit_depth; in checkasm_check_hevc_sao() local
Dhevc_add_res.c69 static void check_add_res(HEVCDSPContext h, int bit_depth) in check_add_res()
88 int bit_depth; in checkasm_check_hevc_add_res() local
Dvp9dsp.c57 int tx, mode, bit_depth; in check_ipred() local
231 enum TxfmType txtp, int sz, int bit_depth) in ftx()
253 enum TxfmType txtp, int sz, int sub, int bit_depth) in copy_subcoefs()
321 int y, x, tx, txtp, bit_depth, sub; in check_itxfm() local
393 int bit_depth, int dir, const int *E, in randomize_loopfilter_buffers()
456 int dir, wd, wd2, bit_depth; in check_loopfilter() local
564 int op, hsize, bit_depth, filter, dx, dy; in check_mc() local
/third_party/ffmpeg/libavcodec/arm/
Dh264dsp_init_arm.c74 static av_cold void h264dsp_init_neon(H264DSPContext *c, const int bit_depth, in h264dsp_init_neon()
109 av_cold void ff_h264dsp_init_arm(H264DSPContext *c, const int bit_depth, in ff_h264dsp_init_arm()
Dh264pred_init_arm.c49 const int bit_depth, in h264_pred_init_neon()
89 int bit_depth, const int chroma_format_idc) in ff_h264_pred_init_arm()
Dhevcdsp_init_arm.c28 av_cold void ff_hevc_dsp_init_arm(HEVCDSPContext *c, const int bit_depth) in ff_hevc_dsp_init_arm()
Dh264qpel_init_arm.c97 av_cold void ff_h264qpel_init_arm(H264QpelContext *c, int bit_depth) in ff_h264qpel_init_arm()
/third_party/ffmpeg/libavcodec/aarch64/
Dh264pred_init.c49 const int bit_depth, in h264_pred_init_neon()
87 int bit_depth, const int chroma_format_idc) in ff_h264_pred_init_aarch64()
Dhevcdsp_init_aarch64.c63 av_cold void ff_hevc_dsp_init_aarch64(HEVCDSPContext *c, const int bit_depth) in ff_hevc_dsp_init_aarch64()
Dh264dsp_init_aarch64.c86 av_cold void ff_h264dsp_init_aarch64(H264DSPContext *c, const int bit_depth, in ff_h264dsp_init_aarch64()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dvp9utils.c257 gst_vp9_dc_quant (int qindex, int delta, int bit_depth) in gst_vp9_dc_quant()
275 gst_vp9_ac_quant (int qindex, int delta, int bit_depth) in gst_vp9_ac_quant()
/third_party/libpng/contrib/examples/
Dpngpixel.c35 unsigned int bit_depth, unsigned int channels) in component()
76 unsigned int bit_depth = png_get_bit_depth(png_ptr, info_ptr); in print_pixel() local
183 int bit_depth, color_type, interlace_method, in main() local
/third_party/skia/third_party/externals/libpng/contrib/examples/
Dpngpixel.c35 unsigned int bit_depth, unsigned int channels) in component()
76 unsigned int bit_depth = png_get_bit_depth(png_ptr, info_ptr); in print_pixel() local
183 int bit_depth, color_type, interlace_method, in main() local
/third_party/flutter/skia/third_party/externals/libpng/contrib/examples/
Dpngpixel.c35 unsigned int bit_depth, unsigned int channels) in component()
76 unsigned int bit_depth = png_get_bit_depth(png_ptr, info_ptr); in print_pixel() local
183 int bit_depth, color_type, interlace_method, in main() local
/third_party/ffmpeg/libavcodec/mips/
Dhevcdsp_init_mips.c24 void ff_hevc_dsp_init_mips(HEVCDSPContext *c, const int bit_depth) in ff_hevc_dsp_init_mips()
Dh264qpel_init_mips.c25 av_cold void ff_h264qpel_init_mips(H264QpelContext *c, int bit_depth) in ff_h264qpel_init_mips()
Dhevcpred_init_mips.c26 void ff_hevc_pred_init_mips(HEVCPredContext *c, const int bit_depth) in ff_hevc_pred_init_mips()
Dh264chroma_init_mips.c26 av_cold void ff_h264chroma_init_mips(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_mips()
Dh264dsp_init_mips.c25 av_cold void ff_h264dsp_init_mips(H264DSPContext *c, const int bit_depth, in ff_h264dsp_init_mips()
/third_party/ffmpeg/libavfilter/x86/
Dvf_yadif_init.c63 int bit_depth = (!yadif->csp) ? 8 in ff_yadif_init_x86() local
Dvf_bwdif_init.c58 int bit_depth = (!yadif->csp) ? 8 : yadif->csp->comp[0].depth; in ff_bwdif_init_x86() local

1234567