Searched defs:idct (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | avdct.h | 32 void (*idct)(int16_t *block /* align 16 */); member
|
H A D | xvmc.h | 90 int idct; member
|
H A D | idctdsp.h | 65 void (*idct)(int16_t *block /* align 16 */); member
|
H A D | hevcdsp.h | 59 void (*idct[4])(int16_t *coeffs, int col_limit); member
|
H A D | vp3dsp.c | 50 static av_always_inline void idct(uint8_t *dst, ptrdiff_t stride, in idct() function
|
H A D | mobiclip.c | 371 static void idct(int *arr, int size) in idct() function
|
H A D | 4xm.c | 166 static void idct(int16_t block[64]) in idct() function
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jddctmgr.c | 99 my_idct_ptr idct = (my_idct_ptr)cinfo->idct; in start_pass() local 332 my_idct_ptr idct; in jinit_inverse_dct() local [all...] |
H A D | jpeglib.h | 709 struct jpeg_inverse_dct *idct; member
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mpeg12_decoder.h | 97 struct vl_idct_buffer idct[VL_NUM_COMPONENTS]; member
|
H A D | vl_idct.c | 143 create_mismatch_vert_shader(struct vl_idct *idct) in create_mismatch_vert_shader() argument 192 create_mismatch_frag_shader(struct vl_idct *idct) in create_mismatch_frag_shader() argument 259 create_stage1_vert_shader(struct vl_idct *idct) in create_stage1_vert_shader() argument 321 create_stage1_frag_shader(struct vl_idct *idct) create_stage1_frag_shader() argument 393 vl_idct_stage2_vert_shader(struct vl_idct *idct, struct ureg_program *shader, unsigned first_output, struct ureg_dst tex) vl_idct_stage2_vert_shader() argument 431 vl_idct_stage2_frag_shader(struct vl_idct *idct, struct ureg_program *shader, unsigned first_input, struct ureg_dst fragment) vl_idct_stage2_frag_shader() argument 463 init_shaders(struct vl_idct *idct) init_shaders() argument 497 cleanup_shaders(struct vl_idct *idct) cleanup_shaders() argument 506 init_state(struct vl_idct *idct) init_state() argument 578 cleanup_state(struct vl_idct *idct) cleanup_state() argument 590 init_source(struct vl_idct *idct, struct vl_idct_buffer *buffer) init_source() argument 631 init_intermediate(struct vl_idct *idct, struct vl_idct_buffer *buffer) init_intermediate() argument 753 vl_idct_init(struct vl_idct *idct, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, unsigned nr_of_render_targets, struct pipe_sampler_view *matrix, struct pipe_sampler_view *transpose) vl_idct_init() argument 782 vl_idct_cleanup(struct vl_idct *idct) vl_idct_cleanup() argument 792 vl_idct_init_buffer(struct vl_idct *idct, struct vl_idct_buffer *buffer, struct pipe_sampler_view *source, struct pipe_sampler_view *intermediate) vl_idct_init_buffer() argument 828 vl_idct_flush(struct vl_idct *idct, struct vl_idct_buffer *buffer, unsigned num_instances) vl_idct_flush() argument 857 vl_idct_prepare_stage2(struct vl_idct *idct, struct vl_idct_buffer *buffer) vl_idct_prepare_stage2() argument [all...] |
H A D | vl_mpeg12_decoder.c | 1078 struct vl_idct *idct = mc == &dec->mc_y ? &dec->idct_y : &dec->idct_c; in mc_vert_shader_callback() local 1099 struct vl_idct *idct = mc == &dec->mc_y ? &dec->idct_y : &dec->idct_c; in mc_frag_shader_callback() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_mptestsrc.c | 106 static void idct(uint8_t *dst, int dst_linesize, int src[64]) in idct() function
|
Completed in 14 milliseconds