Searched refs:alpha_ptr (Results 1 – 3 of 3) sorted by relevance
59 const uint8_t* alpha_ptr = a_ptr; in SmoothenBlock() local63 if (alpha_ptr[x] != 0) { in SmoothenBlock()68 alpha_ptr += a_stride; in SmoothenBlock()73 alpha_ptr = a_ptr; in SmoothenBlock()77 if (alpha_ptr[x] == 0) luma_ptr[x] = avg_u8; in SmoothenBlock()79 alpha_ptr += a_stride; in SmoothenBlock()
1027 struct schedule_instruction *alpha_ptr; in pair_instructions() local1034 alpha_ptr = s->ReadyAlpha; in pair_instructions()1035 while(alpha_ptr) { in pair_instructions()1036 struct schedule_instruction * alpha_next = alpha_ptr->NextReady; in pair_instructions()1037 if (merge_instructions(&rgb_ptr->Instruction->U.P, &alpha_ptr->Instruction->U.P)) { in pair_instructions()1041 remove_inst_from_list(&s->ReadyAlpha, alpha_ptr); in pair_instructions()1042 rgb_ptr->PairedInst = alpha_ptr; in pair_instructions()1046 alpha_ptr = alpha_next; in pair_instructions()
1885 MAPPED_T *alpha_ptr = reinterpret_cast<MAPPED_T *>(&alpha); in DoBlasGemmBatchedInternal() local1892 GpuComplex(alpha_ptr), a_raw_ptrs[0], lda, bsa, b_raw_ptrs[0], ldb, bsb, in DoBlasGemmBatchedInternal()