Home
last modified time | relevance | path

Searched refs:vp9_highbd_get_y_sse (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_picklpf.c55 filt_err = vp9_highbd_get_y_sse(sd, cm->frame_to_show); in try_filter_frame()
Dvp9_encoder.h607 int64_t vp9_highbd_get_y_sse(const YV12_BUFFER_CONFIG *a,
Dvp9_encoder.c3456 kf_err = vp9_highbd_get_y_sse(cpi->Source, get_frame_new_buffer(cm));
3845 cpi->ambient_err = vp9_highbd_get_y_sse(cpi->Source,
4733 int64_t vp9_highbd_get_y_sse(const YV12_BUFFER_CONFIG *a, function