Searched refs:alpha_ptr (Results 1 – 4 of 4) 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()
1023 struct schedule_instruction *alpha_ptr; in pair_instructions() local1030 alpha_ptr = s->ReadyAlpha; in pair_instructions()1031 while(alpha_ptr) { in pair_instructions()1032 struct schedule_instruction * alpha_next = alpha_ptr->NextReady; in pair_instructions()1033 if (merge_instructions(&rgb_ptr->Instruction->U.P, &alpha_ptr->Instruction->U.P)) { in pair_instructions()1037 remove_inst_from_list(&s->ReadyAlpha, alpha_ptr); in pair_instructions()1038 rgb_ptr->PairedInst = alpha_ptr; in pair_instructions()1042 alpha_ptr = alpha_next; in pair_instructions()
406 uint8_t *ptr, *alpha_ptr; in encode_headers() local410 alpha_ptr = s->buf + 256 * 3; in encode_headers()417 *alpha_ptr++ = alpha; in encode_headers()