Home
last modified time | relevance | path

Searched refs:bottom_left8x8 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h517 const uint8x8_t bottom_left8x8, in ComputeLerp8x8() argument
528 vreinterpretq_s16_u16(vmull_u8(bottom_left8x8, RESOLUTION_MULT)); in ComputeLerp8x8()
536 vreinterpretq_s16_u16(vsubl_u8(bottom_right8x8, bottom_left8x8)); in ComputeLerp8x8()
Dquantization_utils_test.cc842 uint8x8_t bottom_left8x8 = To8x8(bottom_left); in TestComputeLerp8x8() local
847 ComputeLerp8x8<RESOLUTION>(top_left8x8, top_right8x8, bottom_left8x8, in TestComputeLerp8x8()