Home
last modified time | relevance | path

Searched refs:target_y (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/enc/
Dpicture_csp.c439 fixed_y_t* const target_y = SAFE_ALLOC(w, h, fixed_y_t); in PreprocessARGB() local
451 target_y == NULL || target_uv == NULL || in PreprocessARGB()
479 UpdateW(src1, target_y + (j + 0) * w, w); in PreprocessARGB()
480 UpdateW(src2, target_y + (j + 1) * w, w); in PreprocessARGB()
511 const int diff_y = target_y[off] - best_rgb_y[i]; in PreprocessARGB()
553 WebPSafeFree(target_y); in PreprocessARGB()
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c733 unsigned char* target_y = x->src.y_buffer; in vp8_pick_inter_mode() local
741 target_y = in vp8_pick_inter_mode()
756 check_dot_artifact_candidate(cpi, x, target_y, stride, in vp8_pick_inter_mode()