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

  /external/webp/src/enc/
iterator.c 23 it->y_left_[-1] = it->u_left_[-1] = it->v_left_[-1] =
25 memset(it->y_left_, 129, 16);
79 it->y_left_ = (uint8_t*)DO_ALIGN(it->yuv_left_mem_ + 1);
80 it->u_left_ = it->y_left_ + 16 + 16;
150 it->y_left_[-1] = it->u_left_[-1] = it->v_left_[-1] = 127;
152 it->y_left_[-1] = ysrc[- 1 - pic->y_stride];
156 ImportLine(ysrc - 1, pic->y_stride, it->y_left_, h, 16);
294 it->y_left_[i] = ysrc[15 + i * BPS];
301 it->y_left_[-1] = it->y_top_[15];
408 it->i4_boundary_[i] = it->y_left_[15 - i]
    [all...]
vp8enci.h 303 uint8_t* y_left_; // left luma samples (addressable from index -1 to 15). member in struct:__anon21245
quant.c 428 const uint8_t* const left = it->x_ ? it->y_left_ : NULL;
    [all...]

Completed in 34 milliseconds