HomeSort by relevance Sort by last modified time
    Searched refs:target_y (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
picture_csp_enc.c 457 fixed_y_t* target_y = target_y_base; local
492 UpdateW(src1, target_y, w);
493 UpdateW(src2, target_y + w, w);
498 target_y += 2 * w;
513 target_y = target_y_base;
530 diff_y_sum += WebPSharpYUVUpdateY(target_y, best_rgb_y, best_y, 2 * w);
535 target_y += 2 * w;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 614 unsigned char *target_y = x->src.y_buffer; local
622 target_y =
635 cpi, x, target_y, stride, plane[LAST_FRAME][0], mb_row, mb_col, 0);
    [all...]

Completed in 147 milliseconds