Searched defs:square (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dfixed_dsp.h117 int retval, bit_mask, guess, square, i; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mc_template.c37 static void mc_part(H264Context *h, int n, int square, argument
H A Ddpcm.c132 int16_t square = i * i; local
H A Dxan.c465 unsigned square = mul(a, a); local
H A Dh264_mb.c318 static av_always_inline void mc_part_std(H264Context *h, int n, int square, argument
365 static av_always_inline void mc_part_weighted(H264Context *h, int n, int square, argument
203 mc_dir_part(H264Context *h, H264Picture *pic, int n, int square, int height, int delta, int list, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int src_x_offset, int src_y_offset, qpel_mc_func *qpix_op, h264_chroma_mc_func chroma_op, int pixel_shift, int chroma_idc) argument
[all...]
H A Droqvideoenc.c113 static inline int square(int x) function
H A Dsnowenc.c1127 static const int square[8][2]= {{+1, 0},{-1, 0},{ 0,+1},{ 0,-1},{+1,+1},{-1,-1},{+1,-1},{-1,+1},}; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/magic/
H A Dmagicserver.cpp133 int ns1__magic(struct soap *soap, int n, matrix *square) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/magic/
H A Dmagicserver.cpp133 int ns1__magic(struct soap *soap, int n, matrix *square) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddpcm.c133 int16_t square = i * i; local
H A Dcavs.c327 static inline void mc_dir_part(AVSContext *h,Picture *pic,int square, argument
382 static inline void mc_part_std(AVSContext *h,int square,int chroma_height,int delta, argument
H A Dxan.c420 unsigned square = mul(a, a); local
H A Droqvideoenc.c110 static inline int square(int x) function
H A Dsnowenc.c1189 static const int square[8][2]= {{+1, 0},{-1, 0},{ 0,+1},{ 0,-1},{+1,+1},{-1,-1},{+1,-1},{-1,+1},}; local
H A Dh264.c445 mc_dir_part(H264Context *h, Picture *pic, int n, int square, argument
543 mc_part_std(H264Context *h, int n, int square, int height, int delta, argument
587 mc_part_weighted(H264Context *h, int n, int square, int height, int delta, argument
674 mc_part(H264Context *h, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, h264_weight_func *weight_op, h264_biweight_func *weight_avg, int list0, int list1, int pixel_shift, int chroma_idc) argument
[all...]

Completed in 103 milliseconds