Home
last modified time | relevance | path

Searched refs:temp_dst (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_idct_msa.c735 uint8_t *temp_dst = dst; in hevc_addblk_8x8_msa() local
744 LD4(temp_dst, stride, dst0, dst1, dst2, dst3); in hevc_addblk_8x8_msa()
745 temp_dst += (4 * stride); in hevc_addblk_8x8_msa()
757 LD4(temp_dst, stride, dst0, dst1, dst2, dst3); in hevc_addblk_8x8_msa()
772 uint8_t *temp_dst = dst; in hevc_addblk_16x16_msa() local
778 LD_UB4(temp_dst, stride, dst4, dst5, dst6, dst7); in hevc_addblk_16x16_msa()
779 temp_dst += (4 * stride); in hevc_addblk_16x16_msa()
800 LD_UB4(temp_dst, stride, dst4, dst5, dst6, dst7); in hevc_addblk_16x16_msa()
801 temp_dst += (4 * stride); in hevc_addblk_16x16_msa()
839 uint8_t *temp_dst in hevc_addblk_32x32_msa() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dmipmap.c2081 GLubyte *temp_src = NULL, *temp_dst = NULL; in generate_mipmap_compressed() local
2181 if (!temp_dst) { in generate_mipmap_compressed()
2182 temp_dst = malloc(temp_dst_img_stride * dstDepth); in generate_mipmap_compressed()
2183 if (!temp_dst) { in generate_mipmap_compressed()
2194 temp_dst_slices[i] = temp_dst + temp_dst_img_stride * i; in generate_mipmap_compressed()
2211 temp_dst, &ctx->DefaultPacking); in generate_mipmap_compressed()
2216 temp_src = temp_dst; in generate_mipmap_compressed()
2217 temp_dst = temp; in generate_mipmap_compressed()
2225 free(temp_dst); in generate_mipmap_compressed()

Completed in 7 milliseconds