Searched refs:block_sse (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Droqvideoenc.c127 static int block_sse(uint8_t **buf1, uint8_t **buf2, int x1, int y1, int x2, function
161 return block_sse(enc->frame_to_enc->data, enc->last_frame->data, x, y,
418 subcel->eval_dist[RoQ_ID_MOT] = block_sse(enc->frame_to_enc->data,
481 cel->eval_dist[RoQ_ID_MOT] = block_sse(enc->frame_to_enc->data,
746 block_sse(fdata, cdata, 0, 0, 0, 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Droqvideoenc.c130 static int block_sse(uint8_t * const *buf1, uint8_t * const *buf2, int x1, int y1, function
164 return block_sse(enc->frame_to_enc->data, enc->last_frame->data, x, y,
421 subcel->eval_dist[RoQ_ID_MOT] = block_sse(enc->frame_to_enc->data,
484 cel->eval_dist[RoQ_ID_MOT] = block_sse(enc->frame_to_enc->data,
749 block_sse(fdata, cdata, 0, 0, 0, 0,

Completed in 35 milliseconds