Lines Matching refs:argb_
643 const uint32_t* const argb = enc->argb_; in EvalAndApplySubtractGreen()
671 VP8LSubtractGreenFromBlueAndRed(enc->argb_, width * height); in EvalAndApplySubtractGreen()
684 VP8LResidualImage(width, height, pred_bits, enc->argb_, enc->argb_scratch_, in ApplyPredictFilter()
706 enc->argb_, enc->transform_data_); in ApplyCrossColorFilter()
803 enc->argb_ = mem; in AllocateTransformBuffer()
862 dst = enc->argb_; in ApplyPalette()
946 free(enc->argb_); in VP8LEncoderDelete()
986 if (enc->argb_ == NULL) { in VP8LEncodeStream()
991 memcpy(enc->argb_ + y * width, in VP8LEncodeStream()
993 width * sizeof(*enc->argb_)); in VP8LEncodeStream()
1026 if (!VP8LCalculateEstimateForCacheSize(enc->argb_, enc->current_width_, in VP8LEncodeStream()
1036 if (!EncodeImageInternal(bw, enc->argb_, enc->current_width_, height, in VP8LEncodeStream()