Lines Matching defs:temp_value
190 uint8_t temp_value[8];
194 temp_value[i] = av_clip_uint8(128 + ((46341 * input[i << 3] + (8 << 16)) >> 20));
363 "lwc1 %[Ed], 0x00(%[temp_value]) \n\t"
390 PTR_ADDIU "%[temp_value], %[temp_value], 0x04 \n\t"
402 : [stride]"r"(stride), [temp_value]"r"(temp_value)
409 int16_t temp_value[8];
413 temp_value[i] = (46341 * input[i << 3] + (8 << 16)) >> 20;
589 "ldc1 %[Ed], 0x00(%[temp_value]) \n\t"
649 PTR_ADDIU "%[temp_value], %[temp_value], 0x08 \n\t"
661 : [stride]"r"(stride), [temp_value]"r"(temp_value)