HomeSort by relevance Sort by last modified time
    Searched defs:y_position (Results 1 - 5 of 5) sorted by null

  /external/opencore/codecs_v2/video/avc_h264/enc/src/
residual.cpp 28 int y_position = (video->mb_y << 4); local
30 int offset1 = y_position * orgPitch + x_position;
slice.cpp 170 int y_position = (video->mb_y << 4); local
183 offset = y_position * picPitch + x_position;
194 offset = y_position * (orgPitch - picPitch);
motion_comp.cpp 55 int y_position = (video->mb_y << 4); local
62 tmp_word = y_position * picPitch;
93 offset_y = y_position + (block_y << 2);
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
pred_inter.cpp 52 int y_position = (video->mb_y << 4); local
60 tmp_word = y_position * picWidth;
97 offset_y = y_position + (block_y << 2);
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_inter.cpp 51 int y_position = (video->mb_y << 4); local
59 tmp_word = y_position * picWidth;
96 offset_y = y_position + (block_y << 2);
    [all...]

Completed in 228 milliseconds