Searched refs:target_y (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ |
D | picture_csp_enc.c | 464 fixed_y_t* target_y = target_y_base; in PreprocessARGB() local 499 UpdateW(src1, target_y, w); in PreprocessARGB() 500 UpdateW(src2, target_y + w, w); in PreprocessARGB() 505 target_y += 2 * w; in PreprocessARGB() 520 target_y = target_y_base; in PreprocessARGB() 537 diff_y_sum += WebPSharpYUVUpdateY(target_y, best_rgb_y, best_y, 2 * w); in PreprocessARGB() 542 target_y += 2 * w; in PreprocessARGB()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | pickinter.c | 613 unsigned char *target_y = x->src.y_buffer; in vp8_pick_inter_mode() local 621 target_y = in vp8_pick_inter_mode() 634 cpi, x, target_y, stride, plane[LAST_FRAME][0], mb_row, mb_col, 0); in vp8_pick_inter_mode()
|