/third_party/ffmpeg/libavcodec/ |
D | ivi_dsp.h | 268 void ff_ivi_mc_8x8_delta(int16_t *buf, const int16_t *ref_buf, ptrdiff_t pitch, int mc_type); 278 void ff_ivi_mc_4x4_delta(int16_t *buf, const int16_t *ref_buf, ptrdiff_t pitch, int mc_type); 288 void ff_ivi_mc_8x8_no_delta(int16_t *buf, const int16_t *ref_buf, ptrdiff_t pitch, int mc_type); 298 void ff_ivi_mc_4x4_no_delta(int16_t *buf, const int16_t *ref_buf, ptrdiff_t pitch, int mc_type); 310 …*buf, const int16_t *ref_buf, const int16_t *ref_buf2, ptrdiff_t pitch, int mc_type, int mc_type2); 322 …*buf, const int16_t *ref_buf, const int16_t *ref_buf2, ptrdiff_t pitch, int mc_type, int mc_type2); 334 …*buf, const int16_t *ref_buf, const int16_t *ref_buf2, ptrdiff_t pitch, int mc_type, int mc_type2); 346 …*buf, const int16_t *ref_buf, const int16_t *ref_buf2, ptrdiff_t pitch, int mc_type, int mc_type2);
|
D | ivi.c | 76 ptrdiff_t pitch, int mc_type); 79 ptrdiff_t pitch, int mc_type, int mc_type2); 83 int mc_type, int mc_type2) in ivi_mc() argument 88 int ref_size = (mc_type > 1) * band->pitch + (mc_type & 1); in ivi_mc() 90 if (mc_type != -1) { in ivi_mc() 97 mc(band->buf + offs, band->ref_buf + ref_offs, band->pitch, mc_type); in ivi_mc() 106 if (mc_type == -1) in ivi_mc() 112 mc_type, mc_type2); in ivi_mc() 488 int mc_type, int mc_type2, in ivi_decode_coded_blocks() argument 579 mc_type, mc_type2); in ivi_decode_coded_blocks() [all …]
|
D | ivi_dsp.c | 778 ptrdiff_t pitch, int mc_type) \ 783 switch (mc_type) { \ 812 ptrdiff_t pitch, int mc_type) \ 814 ivi_mc_ ## size ##x## size ## suffix(buf, pitch, ref_buf, pitch, mc_type); \ 822 int mc_type, int mc_type2) \ 827 ivi_mc_ ## size ##x## size ## _no_delta(tmp, size, ref_buf, pitch, mc_type); \
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
D | context.c | 48 int *mc_type, int *surface_flags, in Validate() argument 63 assert(mc_type); in Validate() 98 *mc_type = surface_info[l].mc_type; in Validate() 113 *mc_type, *surface_flags, *subpic_max_w, *subpic_max_h); in Validate() 187 int mc_type = 0; in XvMCCreateContext() local 206 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags, in XvMCCreateContext() 218 if ((mc_type & ~XVMC_IDCT) != (XVMC_MOCOMP | XVMC_MPEG_2)) { in XvMCCreateContext() 250 templat.profile = ProfileToPipe(mc_type); in XvMCCreateContext() 251 …templat.entrypoint = (mc_type & XVMC_IDCT) ? PIPE_VIDEO_ENTRYPOINT_IDCT : PIPE_VIDEO_ENTRYPOINT_MC; in XvMCCreateContext()
|
/third_party/python/Lib/idlelib/ |
D | multicall.py | 84 def handler(event, l = self.bindedfuncs, mc_type = self.type): argument 85 event.mc_type = mc_type 161 def __create_handler(self, lists, mc_type, mc_state): argument 163 mc_type = mc_type, mc_state = mc_state, argument 167 event.mc_type = mc_type
|
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
D | testlib.c | 88 if ((surface_info[j].mc_type & mc_types[k]) == mc_types[k]) in GetPort()
|