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_enc.c 23 it->y_left_[-1] = it->u_left_[-1] = it->v_left_[-1] =
25 memset(it->y_left_, 129, 16);
82 it->y_left_ = (uint8_t*)WEBP_ALIGN(it->yuv_left_mem_ + 1);
83 it->u_left_ = it->y_left_ + 16 + 16;
154 it->y_left_[-1] = it->u_left_[-1] = it->v_left_[-1] = 127;
156 it->y_left_[-1] = ysrc[- 1 - pic->y_stride];
160 ImportLine(ysrc - 1, pic->y_stride, it->y_left_, h, 16);
298 it->y_left_[i] = ysrc[15 + i * BPS];
305 it->y_left_[-1] = it->y_top_[15];
412 it->i4_boundary_[i] = it->y_left_[15 - i]
    [all...]
vp8i_enc.h 254 uint8_t* y_left_; // left luma samples (addressable from index -1 to 15). member in struct:__anon49467
quant_enc.c 470 const uint8_t* const left = it->x_ ? it->y_left_ : NULL;
    [all...]

Completed in 1349 milliseconds