Home
last modified time | relevance | path

Searched defs:tmp_y (Results 1 – 7 of 7) sorted by relevance

/external/libyuv/files/source/
Dconvert_to_i420.cc56 uint8* tmp_y = y; in ConvertToI420() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc56 uint8_t* tmp_y = dst_y; in ConvertToI420() local
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_to_i420.cc48 uint8* tmp_y = y; in ConvertToI420() local
/external/webp/src/dec/
Dwebpi_dec.h36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
/external/libhevc/decoder/
Dihevcd_get_mv.c351 WORD32 tmp_x, tmp_y, mvd_x, mvd_y, mvp_x, mvp_y; in ihevcd_get_mv_ctb() local
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_ff.c588 struct ureg_dst tmp_y = ureg_writemask(tmp, TGSI_WRITEMASK_Y); in nine_ff_build_vs() local
778 struct ureg_dst tmp_y = ureg_writemask(tmp, TGSI_WRITEMASK_Y); in nine_ff_build_vs() local
/external/v8/src/asmjs/
Dasm-parser.cc2292 TemporaryVariableScope tmp_y(this); in ValidateCall() local