Home
last modified time | relevance | path

Searched refs:TOP_RIGHT (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmss12.c44 TOP_RIGHT, enumerator
223 neighbours[TOP_RIGHT] = src[-stride + 1]; in decode_pixel_in_context()
225 neighbours[TOP_RIGHT] = neighbours[TOP]; in decode_pixel_in_context()
250 if (neighbours[TOP_RIGHT] == neighbours[TOP_LEFT]) in decode_pixel_in_context()
256 } else if (neighbours[TOP_RIGHT] == neighbours[TOP_LEFT]) { in decode_pixel_in_context()
270 else if (neighbours[TOP_RIGHT] == neighbours[TOP_LEFT]) in decode_pixel_in_context()
274 else if (neighbours[TOP_RIGHT] == neighbours[TOP]) in decode_pixel_in_context()
Dmovtextdec.c51 #define TOP_RIGHT 9 macro
174 m->d.alignment = TOP_RIGHT; in mov_text_tx3g()
/third_party/ffmpeg/libavfilter/
Dv360.h75 TOP_RIGHT, enumerator
Dvf_v360.c2548 s->in_cubemap_face_order[RIGHT] = TOP_RIGHT; in prepare_eac_in()
2557 s->in_cubemap_face_rotation[TOP_RIGHT] = ROT_0; in prepare_eac_in()
2578 s->out_cubemap_direction_order[TOP_RIGHT] = RIGHT; in prepare_eac_out()
2585 s->out_cubemap_face_rotation[TOP_RIGHT] = ROT_0; in prepare_eac_out()
2663 case TOP_RIGHT: in eac_to_xyz()