• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/

Lines Matching refs:int16_t

88     int16_t (*motion_val_base[2])[2];
281 int16_t *dc_val_base;
282 int16_t *dc_val[3]; ///< used for mpeg4 DC prediction, all 3 arrays must be continuous
283 int16_t dc_cache[4*5];
290 int16_t (*ac_val_base)[16];
291 int16_t (*ac_val[3])[16]; ///< used for for mpeg4 AC prediction, all 3 arrays must be continuous
330 int16_t (*p_mv_table_base)[2];
331 int16_t (*b_forw_mv_table_base)[2];
332 int16_t (*b_back_mv_table_base)[2];
333 int16_t (*b_bidir_forw_mv_table_base)[2];
334 int16_t (*b_bidir_back_mv_table_base)[2];
335 int16_t (*b_direct_mv_table_base)[2];
336 int16_t (*p_field_mv_table_base[2][2])[2];
337 int16_t (*b_field_mv_table_base[2][2][2])[2];
338 int16_t (*p_mv_table)[2]; ///< MV table (1MV per MB) p-frame encoding
339 int16_t (*b_forw_mv_table)[2]; ///< MV table (1MV per MB) forward mode b-frame encoding
340 int16_t (*b_back_mv_table)[2]; ///< MV table (1MV per MB) backward mode b-frame encoding
341 int16_t (*b_bidir_forw_mv_table)[2]; ///< MV table (1MV per MB) bidir mode b-frame encoding
342 int16_t (*b_bidir_back_mv_table)[2]; ///< MV table (1MV per MB) bidir mode b-frame encoding
343 int16_t (*b_direct_mv_table)[2]; ///< MV table (1MV per MB) direct mode b-frame encoding
344 int16_t (*p_field_mv_table[2][2])[2]; ///< MV table (2MV per MB) interlaced p-frame encoding
345 int16_t (*b_field_mv_table[2][2][2])[2];///< MV table (4MV per MB) interlaced b-frame encoding
368 int16_t direct_scale_mv[2][64]; ///< precomputed to avoid divisions in ff_mpeg4_set_direct_mv
750 int ff_get_best_fcode(MpegEncContext * s, int16_t (*mv_table)[2], int type);
753 int16_t (*mv_table)[2], int f_code, int type, int truncate);
757 int P[10][2], int src_index, int ref_index, int16_t (*last_mv)[2],
777 extern const int16_t ff_mpeg4_default_intra_matrix[64];
778 extern const int16_t ff_mpeg4_default_non_intra_matrix[64];
808 int16_t *h263_pred_motion(MpegEncContext * s, int block, int dir,