Searched defs:is_i16 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c938 const int is_i16 = (it->mb_->type_ == 1); local
941 if (is_i16) {
962 const int is_i16 = (it->mb_->type_ == 1); local
965 if (try_both_i4_i16 || is_i16) {
979 if (try_both_i4_i16 || !is_i16) {
/external/webp/src/enc/
H A Dquant.c938 const int is_i16 = (it->mb_->type_ == 1); local
941 if (is_i16) {
962 const int is_i16 = (it->mb_->type_ == 1); local
965 if (try_both_i4_i16 || is_i16) {
979 if (try_both_i4_i16 || !is_i16) {

Completed in 49 milliseconds