Searched refs:TOP_LEFT (Results 1 – 6 of 6) sorted by relevance
42 TOP_LEFT = 0, enumerator217 neighbours[TOP_LEFT] = neighbours[LEFT] = neighbours[TOP]; in decode_pixel_in_context()219 neighbours[TOP_LEFT] = src[-stride - 1]; in decode_pixel_in_context()249 if (neighbours[TOP] == neighbours[TOP_LEFT]) { in decode_pixel_in_context()250 if (neighbours[TOP_RIGHT] == neighbours[TOP_LEFT]) in decode_pixel_in_context()252 else if (neighbours[LEFT] == neighbours[TOP_LEFT]) in decode_pixel_in_context()256 } else if (neighbours[TOP_RIGHT] == neighbours[TOP_LEFT]) { in decode_pixel_in_context()257 if (neighbours[LEFT] == neighbours[TOP_LEFT]) in decode_pixel_in_context()261 } else if (neighbours[LEFT] == neighbours[TOP_LEFT]) { in decode_pixel_in_context()268 if (neighbours[TOP] == neighbours[TOP_LEFT]) in decode_pixel_in_context()[all …]
54 TOP_LEFT, enumerator179 tl = dc_cache[TOP_LEFT]; in mss4_decode_dct()228 c->dc_cache[j][TOP_LEFT] = c->dc_cache[j][TOP]; in mss4_decode_dct_block()244 c->dc_cache[i + 1][TOP_LEFT] = c->dc_cache[i + 1][TOP]; in mss4_decode_dct_block()
49 #define TOP_LEFT 7 macro158 m->d.alignment = TOP_LEFT; in mov_text_tx3g()
73 TOP_LEFT, enumerator
2549 s->in_cubemap_face_order[LEFT] = TOP_LEFT; in prepare_eac_in()2555 s->in_cubemap_face_rotation[TOP_LEFT] = ROT_0; in prepare_eac_in()2576 s->out_cubemap_direction_order[TOP_LEFT] = LEFT; in prepare_eac_out()2583 s->out_cubemap_face_rotation[TOP_LEFT] = ROT_0; in prepare_eac_out()2653 case TOP_LEFT: in eac_to_xyz()
44889 constexpr BubbleBorder::Arrow kArrow = BubbleBorder::TOP_LEFT;